summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwinh <winnie@gitlab.com>2017-08-17 10:42:18 +0200
committerwinh <winnie@gitlab.com>2017-08-28 13:29:23 +0200
commit54b3908cd1fac68318007e6800305ece6013727e (patch)
treea4cf422abb039eb41524cc014651f0ce98caacf9
parentef8eb3f6f7c1af167017ecc854e9fe385cee9354 (diff)
downloadgitlab-ce-winh-notification-dropdowns.tar.gz
Make notification dropdowns consistentwinh-notification-dropdowns
-rw-r--r--app/assets/stylesheets/pages/notifications.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/notifications.scss b/app/assets/stylesheets/pages/notifications.scss
index bdf07a99daf..c28b1e68008 100644
--- a/app/assets/stylesheets/pages/notifications.scss
+++ b/app/assets/stylesheets/pages/notifications.scss
@@ -14,3 +14,7 @@
font-size: 18px;
}
}
+
+.notification-form {
+ @include new-style-dropdown;
+}