32 lines
No EOL
561 B
Text
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;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |