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:
authorClement Ho <clemmakesapps@gmail.com>2017-07-12 03:33:45 +0300
committerClement Ho <clemmakesapps@gmail.com>2017-07-12 03:33:45 +0300
commit375c910a4803f30b79487a47fe3d9f37a29e7f9f (patch)
treec0d0d7b8073e12a558ee9c63520d4bbbd16f45a8 /app/assets/stylesheets/framework/variables.scss
parent919c9930fae9d3915806bcd1de5ada5ebbee3fcb (diff)
parent2fb911aafd9e3a84d096568d9f652d04a31329d2 (diff)
Merge branch 'enable-scss-lint-space-after-comma' into 'master'
Enable SpaceAfterComma in scss-lint See merge request !12734
Diffstat (limited to 'app/assets/stylesheets/framework/variables.scss')
-rw-r--r--app/assets/stylesheets/framework/variables.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/variables.scss b/app/assets/stylesheets/framework/variables.scss
index 52519b1149c..3405f142428 100644
--- a/app/assets/stylesheets/framework/variables.scss
+++ b/app/assets/stylesheets/framework/variables.scss
@@ -317,7 +317,7 @@ $badge-color: $gl-text-color-secondary;
/*
* Award emoji
*/
-$award-emoji-menu-shadow: rgba(0,0,0,.175);
+$award-emoji-menu-shadow: rgba(0, 0, 0, .175);
$award-emoji-positive-add-bg: #fed159;
$award-emoji-positive-add-lines: #bb9c13;
@@ -568,7 +568,7 @@ $kdb-color: #555;
$kdb-border: #ccc;
$kdb-border-bottom: #bbb;
$kdb-shadow: #bbb;
-$body-text-shadow: rgba(255,255,255,0.01);
+$body-text-shadow: rgba(255, 255, 255, 0.01);
/*
* UI Dev Kit