discourse/app/assets/stylesheets/common/base/notifications-button.scss

10 lines
299 B
SCSS
Raw Normal View History

2017-10-24 12:22:39 -04:00
.notifications-button, .dropdown-select-box .select-box-kit-row .icons {
.d-icon.regular, .d-icon.muted, .d-icon.watching-first-post {
2017-10-10 16:07:46 -04:00
color: dark-light-choose($primary-medium, $secondary-medium);
}
.d-icon.tracking, .d-icon.watching {
color: $tertiary;
font-weight: normal;
}
}