summaryrefslogtreecommitdiff
path: root/web-ui/app/scss/templates
diff options
context:
space:
mode:
authorFelix Hammerl <fhammerl@thoughtworks.com>2016-03-07 18:05:29 +0100
committerFelix Hammerl <fhammerl@thoughtworks.com>2016-03-09 16:11:38 +0100
commitf4f41812b90edebfda97ade61269f44a3c00323b (patch)
treee03a538258ad2c5cb0825a339783050fcba33f66 /web-ui/app/scss/templates
parent3621742b1bbd5c96c10f15a66043bbec238ba7c1 (diff)
Issue #620: Refactor palceholder
Diffstat (limited to 'web-ui/app/scss/templates')
-rw-r--r--web-ui/app/scss/templates/_no-content-placeholder.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/web-ui/app/scss/templates/_no-content-placeholder.scss b/web-ui/app/scss/templates/_no-content-placeholder.scss
new file mode 100644
index 00000000..c6807011
--- /dev/null
+++ b/web-ui/app/scss/templates/_no-content-placeholder.scss
@@ -0,0 +1,5 @@
+.no-content-placeholder {
+ @include absolute-center-unknown-height-width;
+
+ color: $medium_dark_grey;
+}