flectra/addons/theme_leith/static/less/navbar.less

27 lines
444 B
Plaintext
Raw Normal View History

2018-04-16 08:53:12 +02:00
.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;
}