aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/include/_mixins.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/sass/include/_mixins.scss')
-rw-r--r--client/src/sass/include/_mixins.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/client/src/sass/include/_mixins.scss b/client/src/sass/include/_mixins.scss
index 718e36f2c..f2f4628f7 100644
--- a/client/src/sass/include/_mixins.scss
+++ b/client/src/sass/include/_mixins.scss
@@ -897,15 +897,17 @@
897 padding-bottom: 15px; 897 padding-bottom: 15px;
898 margin-bottom: $sub-menu-margin-bottom; 898 margin-bottom: $sub-menu-margin-bottom;
899 899
900 > span > my-global-icon,
900 > my-global-icon { 901 > my-global-icon {
901 margin-right: 10px; 902 margin-right: 10px;
902 vertical-align: bottom;
903 width: 24px; 903 width: 24px;
904 height: 24px; 904 height: 24px;
905 vertical-align: top;
905 } 906 }
906 907
907 .badge { 908 .badge {
908 margin-left: 7px; 909 margin-left: 7px;
910 vertical-align: top;
909 } 911 }
910 } 912 }
911} 913}