fixing notification style update

This commit is contained in:
Kris Aubuchon 2014-07-25 12:22:55 -04:00
parent 5297e68c92
commit f050d3e917
3 changed files with 3 additions and 2 deletions

View File

@ -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;
} }
} }

View File

@ -22,7 +22,7 @@
.icons { .icons {
.badge-notification { .badge-notification {
color: $secondary; color: $tertiary;
} }
.active .icon { .active .icon {

View File

@ -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 {