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-15 22:56:28 +0300
committerconnorshea <connor.james.shea@gmail.com>2016-03-15 22:56:28 +0300
commite03d0b28920bdc43ec321efa33f19777488a9187 (patch)
tree1cb5ef297c290de88cce9b0c1a1b777138657976 /app/assets/stylesheets/pages/login.scss
parentbc590ce63bd2f1af5545b648e6d028a557e7c792 (diff)
Follow the CSS Style Guide rules for HEX colors.
Use lowercase letters and shorthand values for HEX colors where possible. Discussed in #14299.
Diffstat (limited to 'app/assets/stylesheets/pages/login.scss')
-rw-r--r--app/assets/stylesheets/pages/login.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/login.scss b/app/assets/stylesheets/pages/login.scss
index 61bec02f6c5..6c35a74f087 100644
--- a/app/assets/stylesheets/pages/login.scss
+++ b/app/assets/stylesheets/pages/login.scss
@@ -39,7 +39,7 @@
.login-box{
background: #fafafa;
border-radius: 10px;
- box-shadow: 0 0px 2px #CCC;
+ box-shadow: 0 0px 2px #ccc;
padding: 15px;
.login-heading h3 {
@@ -90,7 +90,7 @@
}
&:active, &:focus {
- background-color: #FFF;
+ background-color: #fff;
}
}