Add support for a highlighted navigation counter

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2018-05-02 14:57:57 +02:00 committed by John Molakvoæ (skjnldsv)
parent d161d4473e
commit b045272951
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
1 changed files with 7 additions and 0 deletions

View File

@ -435,6 +435,13 @@ kbd {
font-size: 9pt;
line-height: 44px;
padding: 0 12px; /* Same padding as all li > a in the app-navigation */
span.highlighted {
padding: 2px 5px;
border-radius: 10px;
background-color: $color-primary;
color: $color-primary-text;
}
}
}