This commit is contained in:
= 2021-06-02 16:29:10 +05:00
parent 40e5e8188f
commit dcbf04bec9
2 changed files with 10 additions and 0 deletions

View File

@ -374,13 +374,18 @@
display: none;
}
.dropDown {
margin-top: 20px;
position: unset;
width: unset;
background: unset;
background: #b4b4b4;
&__link {
color: $text-color-white;
text-align: center;
padding: 20px 0;
&:hover {
background: unset;
}
}
}
}

View File

@ -2383,15 +2383,20 @@ li {
display: none;
}
.subheader__inner .nav__inner-link .dropDown {
margin-top: 20px;
position: unset;
width: unset;
background: unset;
background: #b4b4b4;
}
.subheader__inner .nav__inner-link .dropDown__link {
color: #ffffff;
text-align: center;
padding: 20px 0;
}
.subheader__inner .nav__inner-link .dropDown__link:hover {
background: unset;
}
.subheader__inner .language {
position: absolute;
bottom: 0;