123
This commit is contained in:
parent
40e5e8188f
commit
dcbf04bec9
|
|
@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue