summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/calendar.scss
diff options
context:
space:
mode:
authorconnorshea <connor.james.shea@gmail.com>2016-03-15 13:56:28 -0600
committerconnorshea <connor.james.shea@gmail.com>2016-03-15 13:56:28 -0600
commite03d0b28920bdc43ec321efa33f19777488a9187 (patch)
tree1cb5ef297c290de88cce9b0c1a1b777138657976 /app/assets/stylesheets/framework/calendar.scss
parentbc590ce63bd2f1af5545b648e6d028a557e7c792 (diff)
downloadgitlab-ce-e03d0b28920bdc43ec321efa33f19777488a9187.tar.gz
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/framework/calendar.scss')
-rw-r--r--app/assets/stylesheets/framework/calendar.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/assets/stylesheets/framework/calendar.scss b/app/assets/stylesheets/framework/calendar.scss
index 580012abd77..e3192823a1a 100644
--- a/app/assets/stylesheets/framework/calendar.scss
+++ b/app/assets/stylesheets/framework/calendar.scss
@@ -33,19 +33,19 @@
}
.q2 {
- fill: #ACD5F2 !important;
+ fill: #acd5f2 !important;
}
.q3 {
- fill: #7FA8D1 !important;
+ fill: #7fa8d1 !important;
}
.q4 {
- fill: #49729B !important;
+ fill: #49729b !important;
}
.q5 {
- fill: #254E77 !important;
+ fill: #254e77 !important;
}
.domain-background {