css header langue switwher

This commit is contained in:
ouidade 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; } 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; }

View File

@ -19,7 +19,7 @@ header{
.contextual-region{ .contextual-region{
width: max-content; width: max-content;
} }
.header_left_container{ .header_left_container{
grid-column: 1 /span 11; grid-column: 1 /span 11;
grid-row: 1 /span 3; grid-row: 1 /span 3;
@ -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;
} }
} }