diff options
author | winh <winnie@gitlab.com> | 2017-08-17 10:42:18 +0200 |
---|---|---|
committer | winh <winnie@gitlab.com> | 2017-08-28 13:29:23 +0200 |
commit | 54b3908cd1fac68318007e6800305ece6013727e (patch) | |
tree | a4cf422abb039eb41524cc014651f0ce98caacf9 /app/assets/stylesheets/pages/notifications.scss | |
parent | ef8eb3f6f7c1af167017ecc854e9fe385cee9354 (diff) | |
download | gitlab-ce-54b3908cd1fac68318007e6800305ece6013727e.tar.gz |
Make notification dropdowns consistentwinh-notification-dropdowns
Diffstat (limited to 'app/assets/stylesheets/pages/notifications.scss')
-rw-r--r-- | app/assets/stylesheets/pages/notifications.scss | 4 |
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; +} |