BigW Consortium Gitlab

notifications.scss 268 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12
.global-notifications-form .level-title {
  font-size: 15px;
  color: #333;
  font-weight: bold;
}

.notification-icon-holder {
  width: 20px;
  float: left;
}

.ns-part {
13
  color: $gl-primary;
14 15 16
}

.ns-watch {
17
  color: $gl-success;
18 19 20
}

.ns-mute {
21
  color: $gl-danger;
22
}