summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/notifications.scss
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-02-29 16:01:11 +0000
committerPhil Hughes <me@iamphill.com>2016-03-02 17:02:45 +0000
commit6bd85ee6d01fb47d7fe283e3bc18b1839be63e8c (patch)
tree11001abf53ca83b60f3d0f3c6e78218b295a3f31 /app/assets/stylesheets/pages/notifications.scss
parent1fe9b933293c5bfd846d5a0b0334fc8426b8e067 (diff)
downloadgitlab-ce-6bd85ee6d01fb47d7fe283e3bc18b1839be63e8c.tar.gz
Notifications settings UI
Closes #13859
Diffstat (limited to 'app/assets/stylesheets/pages/notifications.scss')
-rw-r--r--app/assets/stylesheets/pages/notifications.scss18
1 files changed, 10 insertions, 8 deletions
diff --git a/app/assets/stylesheets/pages/notifications.scss b/app/assets/stylesheets/pages/notifications.scss
index cc273f55222..94fbbef3c77 100644
--- a/app/assets/stylesheets/pages/notifications.scss
+++ b/app/assets/stylesheets/pages/notifications.scss
@@ -1,16 +1,18 @@
-.global-notifications-form .level-title {
- font-size: 15px;
- color: #333;
- font-weight: bold;
+.notification-list-item {
+ line-height: 34px;
}
-.notification-icon-holder {
- width: 20px;
- float: left;
+.notification {
+ position: relative;
+ top: 1px;
+
+ > .fa {
+ font-size: 18px;
+ }
}
.ns-part {
- color: $gl-primary;
+ color: $gl-text-green;
}
.ns-watch {