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
|
|
|
}
|