summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/base/gl_variables.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/base/gl_variables.scss')
-rw-r--r--app/assets/stylesheets/base/gl_variables.scss12
1 files changed, 10 insertions, 2 deletions
diff --git a/app/assets/stylesheets/base/gl_variables.scss b/app/assets/stylesheets/base/gl_variables.scss
index 56f4c794e1b..bb49ed16c8e 100644
--- a/app/assets/stylesheets/base/gl_variables.scss
+++ b/app/assets/stylesheets/base/gl_variables.scss
@@ -43,8 +43,9 @@ $font-size-base: $gl-font-size;
//## Define common padding and border radius sizes and more. Values based on 14px text and 1.428 line-height (~20px to start).
$padding-base-vertical: 6px;
-$padding-base-horizontal: 14px;
-
+$padding-base-horizontal: 18px;
+$component-active-color: #fff;
+$component-active-bg: $brand-info;
//== Forms
//
@@ -131,3 +132,10 @@ $code-bg: #f9f2f4;
$kbd-color: #fff;
$kbd-bg: #333;
+
+//== Buttons
+//
+//##
+$btn-default-color: #7f8fa4;
+$btn-default-bg: #fff;
+$btn-default-border: #e7e9ed;