summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/notifications.scss
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-06 21:40:23 -0800
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-06 21:40:23 -0800
commit887cf5c7101c058d30b10d767c186d548e6c5e92 (patch)
tree6b5755b87506421de9b50e45e09562bfff50991e /app/assets/stylesheets/pages/notifications.scss
parentceb8f9dfeb77c99dfac121fb349ee3c8a9969ae9 (diff)
downloadgitlab-ce-887cf5c7101c058d30b10d767c186d548e6c5e92.tar.gz
Better name for pages css dir
Diffstat (limited to 'app/assets/stylesheets/pages/notifications.scss')
-rw-r--r--app/assets/stylesheets/pages/notifications.scss22
1 files changed, 22 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/notifications.scss b/app/assets/stylesheets/pages/notifications.scss
new file mode 100644
index 00000000000..cc273f55222
--- /dev/null
+++ b/app/assets/stylesheets/pages/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: $gl-primary;
+}
+
+.ns-watch {
+ color: $gl-success;
+}
+
+.ns-mute {
+ color: $gl-danger;
+}