summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/wells.scss
diff options
context:
space:
mode:
authortauriedavis <taurie@gitlab.com>2017-06-26 10:53:14 -0700
committertauriedavis <taurie@gitlab.com>2017-06-28 11:42:12 -0700
commit9c7f3fab973ea132c2be406c03cba1771e9933ef (patch)
treeb59abb6e3c7beec715ee1a5ce05a55e58b8ed60a /app/assets/stylesheets/framework/wells.scss
parentb7ea3ce467534f185961dd2ad6afc2b5f70b7436 (diff)
downloadgitlab-ce-9c7f3fab973ea132c2be406c03cba1771e9933ef.tar.gz
32838 Add wells to admin dashboard overview to fix spacing problems32838-admin-panel-spacing
Diffstat (limited to 'app/assets/stylesheets/framework/wells.scss')
-rw-r--r--app/assets/stylesheets/framework/wells.scss14
1 files changed, 14 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/wells.scss b/app/assets/stylesheets/framework/wells.scss
index 1c1392f8f67..b1ff2659131 100644
--- a/app/assets/stylesheets/framework/wells.scss
+++ b/app/assets/stylesheets/framework/wells.scss
@@ -3,6 +3,7 @@
color: $gl-text-color;
border: 1px solid $border-color;
border-radius: $border-radius-default;
+ margin-bottom: $gl-padding;
.well-segment {
padding: $gl-padding;
@@ -21,6 +22,11 @@
font-size: 12px;
}
}
+
+ &.admin-well h4 {
+ border-bottom: 1px solid $border-color;
+ padding-bottom: 8px;
+ }
}
.icon-container {
@@ -53,6 +59,14 @@
padding: 15px;
}
+.dark-well {
+ background-color: $gray-normal;
+
+ .btn {
+ width: 100%;
+ }
+}
+
.well-centered {
h1 {
font-weight: normal;