summaryrefslogtreecommitdiff
path: root/web-ui/app/scss/templates/_no-content-placeholder.scss
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/app/scss/templates/_no-content-placeholder.scss')
-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;
+}