summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-04-14 09:11:38 +0100
committerPhil Hughes <me@iamphill.com>2016-04-14 10:28:05 +0100
commit0d8462b897847ae87b131d5111b8772848ba45ab (patch)
treebc7159d5348f815423052e3be64ad844328900ae
parentca01103dedd1a44937068c6834865881ade3d301 (diff)
downloadgitlab-ce-0d8462b897847ae87b131d5111b8772848ba45ab.tar.gz
Fixed scss syntax issue
-rw-r--r--app/assets/stylesheets/framework/variables.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/variables.scss b/app/assets/stylesheets/framework/variables.scss
index fcf1f2193b1..f910cf61817 100644
--- a/app/assets/stylesheets/framework/variables.scss
+++ b/app/assets/stylesheets/framework/variables.scss
@@ -150,7 +150,7 @@ $light-grey-header: #faf9f9;
*/
$gl-primary: $blue-normal;
$gl-success: $green-normal;
-$gl-success-focus: rgba($gl-success, .4)
+$gl-success-focus: rgba($gl-success, .4);
$gl-info: $blue-normal;
$gl-warning: $orange-normal;
$gl-danger: $red-normal;