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