gitlab-org--gitlab-foss/app/assets/stylesheets/sections/notifications.scss
Dmitriy Zaporozhets 55ab7a2a95
Remove color-named css classes
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-06-03 14:49:50 +03:00

22 lines
268 B
SCSS

.global-notifications-form .level-title {
font-size: 15px;
color: #333;
font-weight: bold;
}
.notification-icon-holder {
width: 20px;
float: left;
}
.ns-part {
color: $bg_primary;
}
.ns-watch {
color: $bg_success;
}
.ns-mute {
color: $bg_danger;
}