diff options
author | Joas Schilling <coding@schilljs.com> | 2018-11-28 19:09:03 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2018-12-04 16:46:58 +0100 |
commit | 19c95495533d1c219805990b1be9c336396f29ec (patch) | |
tree | f460cb530109f92b2fa3c2f86cd1635304618c78 /core/css/header.scss | |
parent | 441496a5a579a30d21c9545d32429281de66bd24 (diff) | |
download | nextcloud-server-19c95495533d1c219805990b1be9c336396f29ec.tar.gz nextcloud-server-19c95495533d1c219805990b1be9c336396f29ec.zip |
Smaller icon and h2 in emptycontent inside the header
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'core/css/header.scss')
-rw-r--r-- | core/css/header.scss | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/core/css/header.scss b/core/css/header.scss index bf360843707..6fb5c4d5342 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -719,3 +719,18 @@ nav[role='navigation'] { } } } + +/* Empty content messages in the header e.g. notifications, contacts menu, … */ +header #emptycontent, +header .emptycontent { + h2 { + font-weight: normal; + font-size: 16px; + } + [class^='icon-'], + [class*='icon-'] { + background-size: 48px; + height: 48px; + width: 48px; + } +} |