summaryrefslogtreecommitdiffstats
path: root/webapp
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmood@users.noreply.github.com>2017-07-04 17:37:42 +0500
committerJoram Wilander <jwawilander@gmail.com>2017-07-04 08:37:42 -0400
commit0b112999b55c51b0a942c2b9439453b061ffce3c (patch)
treea22218523b2892a8401e3652efe84db9fa16f15a /webapp
parent914562a3f0542761d35e99bce07b4545f06c6eba (diff)
downloadchat-0b112999b55c51b0a942c2b9439453b061ffce3c.tar.gz
chat-0b112999b55c51b0a942c2b9439453b061ffce3c.tar.bz2
chat-0b112999b55c51b0a942c2b9439453b061ffce3c.zip
PLT-6978 - Fixing spacing for menu items (#6827)
Diffstat (limited to 'webapp')
-rw-r--r--webapp/sass/routes/_admin-console.scss10
1 files changed, 7 insertions, 3 deletions
diff --git a/webapp/sass/routes/_admin-console.scss b/webapp/sass/routes/_admin-console.scss
index 26e93ec3d..7b449e2c8 100644
--- a/webapp/sass/routes/_admin-console.scss
+++ b/webapp/sass/routes/_admin-console.scss
@@ -369,6 +369,10 @@
.nav__sub-menu {
margin-bottom: 7px;
+
+ &:empty {
+ display: none;
+ }
}
}
@@ -386,11 +390,11 @@
}
.sidebar-section-title {
- padding: 5px 35px 5px 15px;
+ padding: 7px 35px 7px 15px;
}
.sidebar-subsection-title {
- padding: 5px 35px 5px 30px;
+ padding: 7px 35px 7px 30px;
}
.sidebar-section-title,
@@ -437,7 +441,7 @@
.sidebar-subsection-title {
&--active {
&:after {
- top: 2px;
+ top: 4px;
}
}
}