summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/variables.scss
diff options
context:
space:
mode:
authorAdriel Santiago <adriel@gitlab.com>2019-04-29 17:06:37 -0400
committerAdriel Santiago <adriel@gitlab.com>2019-05-07 11:09:55 -0400
commitd32bb780e39740ee4472e15bad7683171e07ad9e (patch)
tree9b520fc2c17a1600f4117658aa08bc3b81a0a9ba /app/assets/stylesheets/framework/variables.scss
parent5c07f932bb7f99f231d83351e9a0f500d98074a2 (diff)
downloadgitlab-ce-ce-4452-in-line-chart-designer-mvc.tar.gz
Add custom metrics form to dashboardce-4452-in-line-chart-designer-mvc
Use existing form to allow users to add custom metrics via the dashboard
Diffstat (limited to 'app/assets/stylesheets/framework/variables.scss')
-rw-r--r--app/assets/stylesheets/framework/variables.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/variables.scss b/app/assets/stylesheets/framework/variables.scss
index da1f196afdb..4a034e1e547 100644
--- a/app/assets/stylesheets/framework/variables.scss
+++ b/app/assets/stylesheets/framework/variables.scss
@@ -11,6 +11,14 @@ $default-transition-duration: 0.15s;
$contextual-sidebar-width: 220px;
$contextual-sidebar-collapsed-width: 50px;
$toggle-sidebar-height: 48px;
+$spacing-scale: (
+ 0: 0,
+ 1: #{0.5 * $grid-size},
+ 2: $grid-size,
+ 3: #{2 * $grid-size},
+ 4: #{3 * $grid-size},
+ 5: #{4 * $grid-size}
+);
/*
* Color schema