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:
authorwinh <winnie@gitlab.com>2017-08-17 11:42:18 +0300
committerwinh <winnie@gitlab.com>2017-08-28 14:29:23 +0300
commit54b3908cd1fac68318007e6800305ece6013727e (patch)
treea4cf422abb039eb41524cc014651f0ce98caacf9 /app/assets/stylesheets/pages/notifications.scss
parentef8eb3f6f7c1af167017ecc854e9fe385cee9354 (diff)
Make notification dropdowns consistent
Diffstat (limited to 'app/assets/stylesheets/pages/notifications.scss')
-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;
+}