1
0
Fork 0
theming/stylesheets/components/_menu.less
2020-01-17 17:25:07 +01:00

32 lines
No EOL
561 B
Text

#secondNavBar {
ul {
& > li > ul > li.active > .item {
background-color: #e8f0fe !important;
}
li {
&.active > a {
background-color: #e8eaed !important;
}
a {
border-radius: 0 50em 50em 0;
font-weight: 500;
font-size: 14px;
//letter-spacing: .25px;
color: rgba(0,0,0,0.54);
&:focus {
outline: none !important;
}
&:hover {
background-color: #dadce1 !important;
transition: .2s ease all;
}
}
}
}
}