fixing notification style update
This commit is contained in:
parent
5297e68c92
commit
f050d3e917
|
@ -92,6 +92,7 @@ h1 a.badge-category div {vertical-align: top;}
|
|||
color: #888;
|
||||
position: relative;
|
||||
margin-left: 2px;
|
||||
border: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
.icons {
|
||||
.badge-notification {
|
||||
color: $secondary;
|
||||
color: $tertiary;
|
||||
}
|
||||
|
||||
.active .icon {
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
position: relative;
|
||||
padding: 4px 4px 4px 3px;
|
||||
top: -1px;
|
||||
i {color: $secondary;}
|
||||
i {color: $tertiary;}
|
||||
}
|
||||
|
||||
.topic-item-stats {
|
||||
|
|
Loading…
Reference in New Issue