1
0
mirror of https://github.com/flarum/core.git synced 2025-07-23 09:41:26 +02:00

Tweak notifications indicator appearance

This commit is contained in:
Toby Zerner
2015-09-15 12:54:49 +09:30
parent 3fb53df607
commit 9a10daaaf9

View File

@@ -35,8 +35,10 @@
color: @header-bg; color: @header-bg;
font-size: 11px; font-size: 11px;
font-weight: bold; font-weight: bold;
padding: 2px 5px 3px; padding: 2px 4px 3px;
line-height: 1em; line-height: 1em;
border-radius: 10px; border-radius: 10px;
border: 1px solid @header-bg; border: 1px solid @header-bg;
min-width: 18px;
height: 18px;
} }