summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-25 23:16:01 -0700
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-25 23:16:01 -0700
commit729f0b2e68c0f0ca416579c5845fd92c1e62faa4 (patch)
treeb63fb8fa9d2cf5c78f2be882fcfe94f3ff095a22
parent0b355aba020ff2b1e9a89428154aa08484a06297 (diff)
downloadgitlab-ce-729f0b2e68c0f0ca416579c5845fd92c1e62faa4.tar.gz
Nicer well
-rw-r--r--app/assets/stylesheets/base/gl_variables.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/stylesheets/base/gl_variables.scss b/app/assets/stylesheets/base/gl_variables.scss
index 17b5622d74a..56f4c794e1b 100644
--- a/app/assets/stylesheets/base/gl_variables.scss
+++ b/app/assets/stylesheets/base/gl_variables.scss
@@ -115,6 +115,12 @@ $panel-default-border: $border-color;
$panel-default-heading-bg: $background-color;
+//== Wells
+//
+//##
+
+$well-bg: #F9F9F9;
+$well-border: #EEE;
//== Code
//