6bd85ee6d0
Closes #13859
24 lines
249 B
SCSS
24 lines
249 B
SCSS
.notification-list-item {
|
|
line-height: 34px;
|
|
}
|
|
|
|
.notification {
|
|
position: relative;
|
|
top: 1px;
|
|
|
|
> .fa {
|
|
font-size: 18px;
|
|
}
|
|
}
|
|
|
|
.ns-part {
|
|
color: $gl-text-green;
|
|
}
|
|
|
|
.ns-watch {
|
|
color: $gl-success;
|
|
}
|
|
|
|
.ns-mute {
|
|
color: $gl-danger;
|
|
}
|