Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/sections/notifications.scss')
-rw-r--r--app/assets/stylesheets/sections/notifications.scss22
1 files changed, 22 insertions, 0 deletions
diff --git a/app/assets/stylesheets/sections/notifications.scss b/app/assets/stylesheets/sections/notifications.scss
new file mode 100644
index 00000000000..f11c5dff4ab
--- /dev/null
+++ b/app/assets/stylesheets/sections/notifications.scss
@@ -0,0 +1,22 @@
+.global-notifications-form .level-title {
+ font-size: 15px;
+ color: #333;
+ font-weight: bold;
+}
+
+.notification-icon-holder {
+ width: 20px;
+ float: left;
+}
+
+.ns-part {
+ color: $bg_primary;
+}
+
+.ns-watch {
+ color: $bg_success;
+}
+
+.ns-mute {
+ color: $bg_danger;
+}