Update custom.scss

Minor visual change to last menu child draw only the top line.
pull/440/head
Ernani Azevedo 2017-03-30 11:12:07 -03:00 committed by GitHub
parent 5dc81f673c
commit 66d8686131
1 changed files with 3 additions and 0 deletions

View File

@ -546,6 +546,9 @@ a:hover, a:focus {
position: absolute;
top: 0;
}
.nav-md ul.nav.child_menu li:last-child::after {
bottom: 50%;
}
.nav.side-menu>li>a, .nav.child_menu>li>a {
color: #E7E7E7;
font-weight: 500;