adds dropdown on admin menu items

This commit is contained in:
decabeza
2017-07-19 18:34:07 +02:00
parent 5d244b0fde
commit 631ea77cf7
5 changed files with 60 additions and 27 deletions

View File

@@ -412,6 +412,32 @@ header {
box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
}
}
.menu {
&.is-dropdown-submenu {
margin: 0;
margin-top: rem-calc(-24);
padding: 0;
}
.is-submenu-item {
display: block;
height: auto;
margin-bottom: 0;
a {
color: $text;
}
}
}
}
.dropdown.menu > li {
&.is-dropdown-submenu-parent > a::after {
border-color: #fff transparent transparent;
}
}
.top-links {