mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-02-17 12:11:16 -05:00
Merge pull request #2583 from awesomerobot/master
fixing notification style update
This commit is contained in:
commit
e060c37039
3 changed files with 3 additions and 2 deletions
|
@ -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 a new issue