diff options
author | Phil Hughes <me@iamphill.com> | 2016-04-14 09:11:38 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-04-14 10:28:05 +0100 |
commit | 0d8462b897847ae87b131d5111b8772848ba45ab (patch) | |
tree | bc7159d5348f815423052e3be64ad844328900ae /app/assets | |
parent | ca01103dedd1a44937068c6834865881ade3d301 (diff) | |
download | gitlab-ce-0d8462b897847ae87b131d5111b8772848ba45ab.tar.gz |
Fixed scss syntax issue
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/framework/variables.scss | 2 |
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; |