header screen big

This commit is contained in:
2024-06-18 13:07:41 +02:00
parent c107e38ca8
commit a668919637
155 changed files with 8528 additions and 185 deletions
@@ -51,22 +51,43 @@ header{
}
#block-reha-logoreha{
display: none;
// display: none;
grid-column: 2;
max-height: 90%;
// max-height: 80%;
height: $header-height;
padding-top: 20px;
.field--name-field-logo{
height: $header-height;
.field__item{
height: $header-height;
img{
height: 150px;
max-height:inherit;
width: fit-content;
}
}
}
}
#block-reha-navigationprincipale {
grid-column: 3 / span 5 ;
ul{
display: flex;
flex-direction: row;
justify-content: space-evenly;
a{
font-weight: 800;
&.is-active{
text-decoration: underline;
font-weight: 1000;
}
&:hover{
text-decoration: underline;
}
}
}
}
#block-reha-connexionutilisateur{
grid-column: 9;
display: flex;
@@ -382,7 +403,8 @@ header{
h2{
text-transform: lowercase;
display: inline-flex;
font-size: 1rem;
font-size: 0.001rem;
color: white;
@media (max-width:891px) {
font-size: 0rem;
color: white;