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:
authorconnorshea <connor.james.shea@gmail.com>2016-03-30 23:30:06 +0300
committerconnorshea <connor.james.shea@gmail.com>2016-03-30 23:30:06 +0300
commitd80b8ed6d45f62bbd0d394c3c3a00d554f5aead9 (patch)
tree757207fdbbf4cc871945867bce362c7bc1ef77f6 /app/assets/stylesheets/pages/login.scss
parent2fb7392ed7afeb47cfaae4059426aeda45a12cff (diff)
Enable SpaceBeforeBrace rule for SCSS Lint
Also resolve all instances of spaces not being included before opening braces.
Diffstat (limited to 'app/assets/stylesheets/pages/login.scss')
-rw-r--r--app/assets/stylesheets/pages/login.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/login.scss b/app/assets/stylesheets/pages/login.scss
index 777bcbca5c3..403171d4532 100644
--- a/app/assets/stylesheets/pages/login.scss
+++ b/app/assets/stylesheets/pages/login.scss
@@ -36,7 +36,7 @@
}
}
- .login-box{
+ .login-box {
background: #fafafa;
border-radius: 10px;
box-shadow: 0 0 2px #ccc;