flectra/addons/theme_leith/static/less/navbar.less
2018-04-16 12:23:12 +05:30

27 lines
444 B
Plaintext

.navbar{
border-color:@color-success !important;
}
#top_menu > li {
a{
background-color: transparent;
color:@theme-custom-black;
font-size:17px;
-webkit-animation: animateright 1s;
animation: animateright 1s;
transition: 1s ease 0s;
&:hover,&:focus{
color:@color-success;
}
}
}
#top_menu > li.active > a{
color:@color-primary !important;
}