cobuild-angular-stack
Version:
Base stack angular sass jade gulp
53 lines • 1.09 kB
text/less
.navbar.top-nav {
z-index: 10;
.nav-admin {
background-color: #444d58;
.navbar-brand {
color: #FFF;
padding-bottom: 15px;
padding-top: 15px;
font-weight: 500 ;
}
li.pull-left.active {
background-color: #fc7667;
color: white;
font-weight: 500;
}
li.pull-left {
color: #c7c7c7;
font-weight: 500;
}
}
.navbar-nav {
width: 100%;
text-align: center;
> li {
// float: none;
// display: inline-block;
&.active {
> a {
background: none;
position: relative;
&:after {
position: absolute;
content: '';
height: 1px;
width: 40px;
background: #FFF;
left: 50%;
bottom: 13px;
margin-left: -20px;
}
}
}
}
.navbar-brand {
color: #669DA0;
font-weight: bolder;
}
}
}
header.header-list .section-description h2 {
margin-top: 0px ;
margin-bottom: 13px ;
}