Skip to content
Snippets Groups Projects
Unverified Commit b0452729 authored by Joas Schilling's avatar Joas Schilling Committed by John Molakvoæ (skjnldsv)
Browse files

Add support for a highlighted navigation counter

parent d161d447
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment