css header langue switwher
This commit is contained in:
parent
855ae0fa5e
commit
314550aebe
|
@ -181,6 +181,8 @@ header {
|
||||||
padding: 0; }
|
padding: 0; }
|
||||||
header .header_right_container .language-switcher-language-url ul li:nth-child(1)::after {
|
header .header_right_container .language-switcher-language-url ul li:nth-child(1)::after {
|
||||||
content: "/"; }
|
content: "/"; }
|
||||||
|
header .header_right_container .language-switcher-language-url ul .is-active {
|
||||||
|
font-weight: 600; }
|
||||||
header .header_nav_container {
|
header .header_nav_container {
|
||||||
display: none;
|
display: none;
|
||||||
grid-row: 3;
|
grid-row: 3;
|
||||||
|
@ -206,7 +208,7 @@ header {
|
||||||
cursor: pointer; }
|
cursor: pointer; }
|
||||||
header .open-block span, header .open-block.opened span {
|
header .open-block span, header .open-block.opened span {
|
||||||
display: block;
|
display: block;
|
||||||
width: 33px;
|
width: 58px;
|
||||||
height: 2px;
|
height: 2px;
|
||||||
position: relative;
|
position: relative;
|
||||||
background: black;
|
background: black;
|
||||||
|
@ -218,7 +220,7 @@ header {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin: auto; }
|
margin: auto; }
|
||||||
header .open-block span {
|
header .open-block span {
|
||||||
margin-bottom: 5px;
|
margin-bottom: 13px;
|
||||||
transform-origin: 4px 0px; }
|
transform-origin: 4px 0px; }
|
||||||
header .open-block.opened {
|
header .open-block.opened {
|
||||||
margin: auto; }
|
margin: auto; }
|
||||||
|
|
|
@ -52,7 +52,12 @@ header{
|
||||||
content: "/";
|
content: "/";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.is-active{
|
||||||
|
font-weight: 600;
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -93,7 +98,7 @@ header{
|
||||||
cursor:pointer;
|
cursor:pointer;
|
||||||
span{
|
span{
|
||||||
display: block;
|
display: block;
|
||||||
width: 33px;
|
width: 58px;
|
||||||
height: 2px;
|
height: 2px;
|
||||||
position: relative;
|
position: relative;
|
||||||
background: black;
|
background: black;
|
||||||
|
@ -107,7 +112,7 @@ header{
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
span{
|
span{
|
||||||
margin-bottom: 5px;
|
margin-bottom: 13px;
|
||||||
transform-origin: 4px 0px;
|
transform-origin: 4px 0px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue