css header langue switwher

This commit is contained in:
2024-02-29 10:59:27 +01:00
parent 855ae0fa5e
commit 314550aebe
2 changed files with 12 additions and 5 deletions

View File

@@ -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; }