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:
authorPhil Hughes <me@iamphill.com>2016-06-24 18:37:49 +0300
committerPhil Hughes <me@iamphill.com>2016-07-05 11:06:38 +0300
commit4ddcac8ca8a1880b82c63b94b87ce91727129f23 (patch)
tree4f0b544788ecafa5c5b607f2fbec994f84e9dca4 /app/assets/stylesheets/framework/blank.scss
parentba9ef7f3935cfaa42fcdb2317567cc383c7e9c22 (diff)
Added blank state to issues
Diffstat (limited to 'app/assets/stylesheets/framework/blank.scss')
-rw-r--r--app/assets/stylesheets/framework/blank.scss26
1 files changed, 25 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/blank.scss b/app/assets/stylesheets/framework/blank.scss
index 40b5171a8c6..3e0ee4d66bd 100644
--- a/app/assets/stylesheets/framework/blank.scss
+++ b/app/assets/stylesheets/framework/blank.scss
@@ -1,3 +1,19 @@
+.blank-state-welcome {
+ text-align: center;
+ border-bottom: 1px solid $border-color;
+
+ .blank-state-text {
+ margin-bottom: 0;
+ }
+}
+
+.blank-state-welcome-title {
+ margin-top: 0;
+ margin-bottom: 5px;
+ font-size: 24px;
+ font-weight: normal;
+}
+
.blank-state {
padding-top: 20px;
padding-bottom: 20px;
@@ -6,7 +22,15 @@
.blank-state-no-icon {
padding-top: 40px;
- padding-bottom: 40px;
+ padding-bottom: 40px;
+}
+
+.blank-state-icon {
+ padding-bottom: 20px;
+
+ path {
+ fill: #ccc;
+ }
}
.blank-state-title {