Update custom.scss

Minor visual change to last menu child draw only the top line.
pull/440/head
Ernani Azevedo 8 years ago committed by GitHub
parent 5dc81f673c
commit 66d8686131

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

Loading…
Cancel
Save