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;
|
color: #888;
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-left: 2px;
|
margin-left: 2px;
|
||||||
|
border: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
.icons {
|
.icons {
|
||||||
.badge-notification {
|
.badge-notification {
|
||||||
color: $secondary;
|
color: $tertiary;
|
||||||
}
|
}
|
||||||
|
|
||||||
.active .icon {
|
.active .icon {
|
||||||
|
|
|
@ -41,7 +41,7 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 4px 4px 4px 3px;
|
padding: 4px 4px 4px 3px;
|
||||||
top: -1px;
|
top: -1px;
|
||||||
i {color: $secondary;}
|
i {color: $tertiary;}
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-item-stats {
|
.topic-item-stats {
|
||||||
|
|
Loading…
Reference in New Issue