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:
authorKushal Pandya <kushal@gitlab.com>2016-12-12 09:47:50 +0300
committerKushal Pandya <kushal@gitlab.com>2016-12-21 10:46:17 +0300
commit2b6b28da740476c02a7bab2113737458e3e6af30 (patch)
treefae72ff0eb785948cf558de099c94f2b46c3ce08 /app/assets/stylesheets/pages/builds.scss
parent95d535921214740d0f26f65b1567aa03b9e53b2b (diff)
SCSSLint: Space before brace
Diffstat (limited to 'app/assets/stylesheets/pages/builds.scss')
-rw-r--r--app/assets/stylesheets/pages/builds.scss2
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);