summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/blank.scss
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-07-06 09:02:52 +0100
committerPhil Hughes <me@iamphill.com>2016-07-06 09:02:52 +0100
commite486bbfd34bc962ddc6e7a0433a5b0cce74603a7 (patch)
tree209bb4143103df62e3d4916a8eaceeb3e6de7924 /app/assets/stylesheets/framework/blank.scss
parent5fcf475bc62651909dc5ddffac508f407781b082 (diff)
downloadgitlab-ce-e486bbfd34bc962ddc6e7a0433a5b0cce74603a7.tar.gz
Fixed spellingissues-blank-state
Used variable for icon color
Diffstat (limited to 'app/assets/stylesheets/framework/blank.scss')
-rw-r--r--app/assets/stylesheets/framework/blank.scss13
1 files changed, 5 insertions, 8 deletions
diff --git a/app/assets/stylesheets/framework/blank.scss b/app/assets/stylesheets/framework/blank.scss
index 3e0ee4d66bd..d28cda6d62d 100644
--- a/app/assets/stylesheets/framework/blank.scss
+++ b/app/assets/stylesheets/framework/blank.scss
@@ -7,13 +7,6 @@
}
}
-.blank-state-welcome-title {
- margin-top: 0;
- margin-bottom: 5px;
- font-size: 24px;
- font-weight: normal;
-}
-
.blank-state {
padding-top: 20px;
padding-bottom: 20px;
@@ -29,7 +22,7 @@
padding-bottom: 20px;
path {
- fill: #ccc;
+ fill: $gray-darkest;
}
}
@@ -45,3 +38,7 @@
margin-bottom: $gl-padding;
font-size: 15px;
}
+
+.blank-state-welcome-title {
+ font-size: 24px;
+}