mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
fixing unread count alignment
This commit is contained in:
parent
29490209e7
commit
0bc35a6360
1 changed files with 2 additions and 2 deletions
|
@ -163,7 +163,7 @@ header .title-wrapper .bar .badge-category {
|
||||||
|
|
||||||
.badge-notification {
|
.badge-notification {
|
||||||
@extend %badge;
|
@extend %badge;
|
||||||
padding: 3px 5px;
|
padding: 4px 5px 2px 5px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
color: $secondary;
|
color: $secondary;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
|
@ -224,7 +224,7 @@ header .title-wrapper .bar .badge-category {
|
||||||
|
|
||||||
.badge-group {
|
.badge-group {
|
||||||
@extend %badge;
|
@extend %badge;
|
||||||
padding: 3px 5px;
|
padding: 4px 5px 2px 5px;
|
||||||
color: $primary;
|
color: $primary;
|
||||||
text-shadow: 0 1px 0 rgba($primary, 0.1);
|
text-shadow: 0 1px 0 rgba($primary, 0.1);
|
||||||
background-color: dark-light-diff($primary, $secondary, 90%, -65%);
|
background-color: dark-light-diff($primary, $secondary, 90%, -65%);
|
||||||
|
|
Loading…
Reference in a new issue