summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/notifications.scss
blob: cc273f552227d7cca5b802939a4ef80ae2851b7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.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;
}