Minor fix for system console menu (#5225)

This commit is contained in:
Asaad Mahmood
2017-01-31 18:01:00 +05:00
committed by enahum
parent 7431050b42
commit cec05e280e

View File

@@ -25,6 +25,7 @@
th {
font-weight: normal !important;
&.header-list__members {
padding-right: 4px;
}
@@ -282,6 +283,10 @@
top: 10px;
z-index: 5;
li {
width: 100%;
}
.sidebar-header-dropdown__toggle,
.admin-navbar-dropdown__toggle {
@include opacity(.8);