acp active states for main menu

This commit is contained in:
psychobunny
2015-08-19 15:52:31 -04:00
parent 656589f71f
commit ba58c83b97
3 changed files with 23 additions and 23 deletions

View File

@@ -10,17 +10,23 @@
list-style-type: none;
padding: 0px;
position: absolute;
bottom: 10px;
bottom: -10px;
left: 50px;
> li {
float: left;
margin-right: 30px;
&.active {
border-bottom: 3px solid @brand-primary;
padding-bottom: 10px;
}
> a {
color: white;
text-transform: uppercase;
text-decoration: none;
outline: none;
}
}
}