From 4730e7bfeece8aa2cb15a66d23932c3bbeae20dc Mon Sep 17 00:00:00 2001 From: aignatov-bio <47317017+aignatov-bio@users.noreply.github.com> Date: Wed, 21 Aug 2019 10:39:56 +0200 Subject: [PATCH] Change notification counter position (#2000) --- app/assets/stylesheets/themes/main_navigation.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/themes/main_navigation.scss b/app/assets/stylesheets/themes/main_navigation.scss index 12e5e16e8..955de0567 100644 --- a/app/assets/stylesheets/themes/main_navigation.scss +++ b/app/assets/stylesheets/themes/main_navigation.scss @@ -7,7 +7,8 @@ } #notifications-dropdown { - padding-left: 30px; + margin-left: 15px; + padding-left: 15px; .fa-bell { font-size: $font-size-large; @@ -23,6 +24,7 @@ margin-left: 12px; padding: 1px 6px; position: relative; + top: -10px; z-index: 1; } } @@ -417,6 +419,7 @@ margin-left: 12px; padding: 1px 6px; position: relative; + top: -10px; z-index: 1; } }