causeway-standard-theme
Version:
33 lines (28 loc) • 567 B
text/less
// Navbar
// --------------------------------------------------
.navbar-nav {
padding: 0;
> li {
> a {
.font-size(13);
height: @site-menu-height;
line-height: @site-menu-height;
padding: 0 14px;
}
& > a:hover,
& > a:focus,
&.active > a,
&.active > a:hover,
&.active > a:focus,
&.open > a,
&.open > a:hover,
&.open > a:focus {
background-color: @enterprise-blue;
color: @white;
.caret {
border-bottom-color: @white;
border-top-color: @white;
}
}
}
}