summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
Diffstat (limited to 'core/css')
-rw-r--r--core/css/header.scss15
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;
+ }
+}