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

View File

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