From f2f5473ead184032d1de6208bc2530dfb88455fc Mon Sep 17 00:00:00 2001 From: Giovane Date: Mon, 9 Nov 2015 15:52:16 -0200 Subject: Adds style and tag information on 'No Mails available' message. - Issue #503 --- web-ui/app/scss/_mascot.scss | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'web-ui/app/scss') diff --git a/web-ui/app/scss/_mascot.scss b/web-ui/app/scss/_mascot.scss index 98812ce2..9a8b8bdb 100644 --- a/web-ui/app/scss/_mascot.scss +++ b/web-ui/app/scss/_mascot.scss @@ -30,3 +30,19 @@ margin-bottom: 40px; } } + +#no-mails-available-pane { + text-align: center; + line-height: 65vh; + + .scene{ + display:inline-block; + vertical-align:middle; + } + + .text{ + color:#666; + margin-bottom: 40px; + } + +} -- cgit v1.2.3