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

16 lines
295 B
CSS

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