From f4f41812b90edebfda97ade61269f44a3c00323b Mon Sep 17 00:00:00 2001 From: Felix Hammerl Date: Mon, 7 Mar 2016 18:05:29 +0100 Subject: Issue #620: Refactor palceholder --- web-ui/app/scss/templates/_no-content-placeholder.scss | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 web-ui/app/scss/templates/_no-content-placeholder.scss (limited to 'web-ui/app/scss/templates') 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; +} -- cgit v1.2.3