55ab7a2a95
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
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: $bg_primary;
|
|
}
|
|
|
|
.ns-watch {
|
|
color: $bg_success;
|
|
}
|
|
|
|
.ns-mute {
|
|
color: $bg_danger;
|
|
}
|