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