diff options
author | Kushal Pandya <kushal@gitlab.com> | 2016-12-12 12:17:50 +0530 |
---|---|---|
committer | Kushal Pandya <kushal@gitlab.com> | 2016-12-21 13:16:17 +0530 |
commit | 2b6b28da740476c02a7bab2113737458e3e6af30 (patch) | |
tree | fae72ff0eb785948cf558de099c94f2b46c3ce08 /app | |
parent | 95d535921214740d0f26f65b1567aa03b9e53b2b (diff) | |
download | gitlab-ce-2b6b28da740476c02a7bab2113737458e3e6af30.tar.gz |
SCSSLint: Space before brace
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/pages/builds.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/builds.scss b/app/assets/stylesheets/pages/builds.scss index 173bc2d80cf..2f7448a0b9d 100644 --- a/app/assets/stylesheets/pages/builds.scss +++ b/app/assets/stylesheets/pages/builds.scss @@ -16,7 +16,7 @@ 24px 0 0 0 rgba($white-light,0.2); } - 75%{ + 75% { background-color: rgba($white-light, 0.4); box-shadow: 12px 0 0 0 rgba($white-light,0.2), 24px 0 0 0 rgba($white-light,1); |