gitlab-org--gitlab-foss/app/assets/stylesheets/pages/notifications.scss

23 lines
268 B
SCSS
Raw Normal View History

.global-notifications-form .level-title {
font-size: 15px;
color: #333;
font-weight: bold;
}
.notification-icon-holder {
width: 20px;
float: left;
}
.ns-part {
2015-03-07 03:02:12 +00:00
color: $gl-primary;
}
.ns-watch {
2015-03-07 03:02:12 +00:00
color: $gl-success;
}
.ns-mute {
2015-03-07 03:02:12 +00:00
color: $gl-danger;
}