forgeplus-react/src/modules/tpm/css/headerExcess.css

17 lines
313 B
CSS

.head-nav ul#header-nav li:hover a, .head-nav ul#header-nav li.active a{
color: #466AFF;
}
.head-nav ul#header-nav li.active a::after{
content: "";
width: 100%;
height:2px;
background-color: #466AFF;
left:0px;
bottom: 12px;
position: absolute;
margin-left: 0;
}
.login-box{
font-size: 15px;
}