22 lines
268 B
SCSS
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;
|
|
}
|