44 lines
685 B
CSS
44 lines
685 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;
|
|
}
|
|
|
|
.newHeaders.homePage{
|
|
background-color: #1A2358;
|
|
/* height: 64px; */
|
|
}
|
|
.newHeaders.homePage .head-nav ul#header-nav li a{
|
|
font-size: 15px;
|
|
color: #fff;
|
|
}
|
|
.logoDiv{
|
|
display: flex;
|
|
align-items: center;
|
|
color: #fff;
|
|
}
|
|
|
|
.homePage .logoDiv img{
|
|
min-width: 45px;
|
|
height: 45px;
|
|
}
|
|
|
|
.logo-text{
|
|
margin-left: .2em;
|
|
text-align: center;
|
|
}
|
|
.logo-text p{
|
|
line-height: 1.1;
|
|
}
|
|
|
|
.logo-English{
|
|
font-size: .8em;
|
|
}
|