summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-01-26 11:29:04 +0000
committerFatih Acet <acetfatih@gmail.com>2017-02-03 17:02:43 +0300
commitff98a7434ffe848738228cd51d9deee3b8373d91 (patch)
treeed1e4c363c398bfa7338a2aad2ba30f235f5f9d5 /app/assets/stylesheets
parentd9894a2fddb70f37432a3605eac85c7b9e5d0fee (diff)
downloadgitlab-ce-ff98a7434ffe848738228cd51d9deee3b8373d91.tar.gz
Added empty state
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/pages/boards.scss12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/boards.scss b/app/assets/stylesheets/pages/boards.scss
index 842ae0c083f..04e7aea63fd 100644
--- a/app/assets/stylesheets/pages/boards.scss
+++ b/app/assets/stylesheets/pages/boards.scss
@@ -378,6 +378,18 @@
background-color: $white-light;
border-radius: $border-radius-default;
box-shadow: 0 2px 12px rgba($black, .5);
+
+ .empty-state {
+ display: flex;
+ flex: 1;
+ margin-top: 0;
+
+ > .row {
+ width: 100%;
+ margin-top: auto;
+ margin-bottom: auto;
+ }
+ }
}
.add-issues-header {