2016-06-02 11:05:42 +05:30
|
|
|
.notification-list-item {
|
|
|
|
line-height: 34px;
|
2014-09-02 18:07:02 +05:30
|
|
|
}
|
|
|
|
|
2016-06-02 11:05:42 +05:30
|
|
|
.notification {
|
|
|
|
position: relative;
|
|
|
|
top: 1px;
|
|
|
|
|
|
|
|
> .fa {
|
|
|
|
font-size: 18px;
|
|
|
|
}
|
2014-09-02 18:07:02 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.ns-part {
|
2016-06-02 11:05:42 +05:30
|
|
|
color: $gl-text-green;
|
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
|
|
|
}
|