debian-mirror-gitlab/app/assets/stylesheets/pages/notifications.scss
2015-04-26 09:18:37 +02: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: $gl-primary;
}
.ns-watch {
color: $gl-success;
}
.ns-mute {
color: $gl-danger;
}