Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Tsiolis <tsiolis.g@gmail.com>2018-07-25 00:17:49 +0300
committerGeorge Tsiolis <tsiolis.g@gmail.com>2018-07-25 00:17:49 +0300
commit96a47d42b7728a1f8c3057e2730b9a3a7ba463f0 (patch)
tree194696847f83dab684ede5949a78fdaaa5d91726 /app/assets/stylesheets/pages/boards.scss
parentd1148002416d1b5a21ebf7fdf2a71b201743033a (diff)
Replace snake case in SCSS variables
Diffstat (limited to 'app/assets/stylesheets/pages/boards.scss')
-rw-r--r--app/assets/stylesheets/pages/boards.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/boards.scss b/app/assets/stylesheets/pages/boards.scss
index 5de53892fac..7347da2ae61 100644
--- a/app/assets/stylesheets/pages/boards.scss
+++ b/app/assets/stylesheets/pages/boards.scss
@@ -63,7 +63,7 @@
width: 100%;
&.is-compact {
- width: calc(100% - #{$gutter_width});
+ width: calc(100% - #{$gutter-width});
}
}
}