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; display: none;
} }
.dropDown { .dropDown {
margin-top: 20px;
position: unset; position: unset;
width: unset; width: unset;
background: unset; background: unset;
background: #b4b4b4;
&__link { &__link {
color: $text-color-white; color: $text-color-white;
text-align: center; text-align: center;
padding: 20px 0; padding: 20px 0;
&:hover {
background: unset;
}
} }
} }
} }

View File

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