debian-mirror-gitlab/app/assets/stylesheets/pages/notifications.scss

23 lines
268 B
SCSS
Raw Normal View History

2014-09-02 18:07:02 +05:30
.global-notifications-form .level-title {
font-size: 15px;
color: #333;
font-weight: bold;
}
.notification-icon-holder {
width: 20px;
float: left;
}
.ns-part {
2015-04-26 12:48:37 +05:30
color: $gl-primary;
2014-09-02 18:07:02 +05:30
}
.ns-watch {
2015-04-26 12:48:37 +05:30
color: $gl-success;
2014-09-02 18:07:02 +05:30
}
.ns-mute {
2015-04-26 12:48:37 +05:30
color: $gl-danger;
2014-09-02 18:07:02 +05:30
}