prev next

This commit is contained in:
2024-06-25 23:07:23 +02:00
parent 37b3e0d03b
commit 12b9feaa96
6 changed files with 81 additions and 54 deletions
@@ -38,7 +38,7 @@
aside.layout-sidebar-second{
overflow: scroll;
padding-top: $header-height;
z-index: 98;
z-index: 100;
padding-left: 2rem;
h2{
transform: translateX(-50%) translateY(40vh) rotate(-90deg);
@@ -46,7 +46,7 @@ aside.layout-sidebar-second{
font-weight: 400;
cursor: pointer;
&::before{
content:url('../../dist/images/noun-arrow-1569918-black.svg');
content: url('../../dist/images/noun-arrow-1569918-black.svg');
display: inline-block;
transform: translateY(5px) rotate(90deg);
}
@@ -71,12 +71,18 @@ aside.layout-sidebar-second{
text-transform: uppercase;
display: flex;
flex-direction: column;
> div:nth-child(1){
display: flex;
align-items: center;
flex-direction: row;
}
> div:nth-child(1)::before{
content: url('../../dist/images/noun-file-6880430.svg');
display: inline-flex;
width: 70px;
height: auto;
padding-right: 1rem;
// align-content: center;
align-items: center;
@@ -4,7 +4,7 @@ header{
display: block;
height: 120px;
background-color: $white-header;
z-index: 99;
z-index: 101;
width: 100vw;
max-width: 100vw;
position: -webkit-sticky;
@@ -12,7 +12,6 @@ header{
top: 0;
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
@media (max-width:800px) {
// height: 100px;
width: 800px;
}
@@ -32,7 +31,6 @@ header{
width: 135px;
min-width: 100px;
padding-left: 80px;
// padding-top: 30px;
height: 100%;
img{
max-width: 100%;
@@ -43,20 +41,11 @@ header{
padding-left: 5%;
padding-top: 0%;
}
// @media (max-width:500px) {
// // width: 10%;
// padding-left: 30px;
// padding-top: 20px;
// }
}
#block-reha-logoreha{
// display: none;
grid-column: 2;
// max-height: 80%;
height: $header-height;
padding-left: 1rem;
// padding-top: 20px;
.field--name-field-logo{
height: $header-height;
.field__item{
@@ -99,10 +88,10 @@ header{
}
}
// ul > li a.active{
// text-decoration: underline;
// font-weight: 1000;
// }
ul > li a.active{
text-decoration: underline;
font-weight: 1000;
}
}
#block-reha-connexionutilisateur{
@@ -116,17 +105,11 @@ header{
}
.bouton-connexion{
// padding-right: 3rem;
// @media (max-width:891px) {
// font-size: 0.1rem;
// color: white;
// }
:before{
content: url(../images/noun-contact-2495375.svg);
// padding-right: 1rem;
}
}
//// drop down menu connexion
.connexion{
height: 0; /* Hauteur initiale à 0 pour créer l'effet de glissement vers le bas */
@@ -138,7 +121,6 @@ header{
top: 36px; // Positionnez-les sous les boutons
position: absolute;
background-color: $white-header;
// width: 30vw;
width: $width-menu-slidedown;
height: 200vh;
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
@@ -151,14 +133,6 @@ header{
height: fit-content;
}
// @media(max-width: 891px){
// top: 100%;
// width: 500px;
// padding-left: 0;
// padding-top: 1rem;
// height: fit-content;
// }
@media (max-width:500px) {
top: 55px;
right: -90px;
@@ -252,6 +226,7 @@ header{
grid-column: 10;
.bouton-contact{
padding-right: 4rem;
padding-left: 1rem;
::before{
content: url(../images/noun-letter-1064628.svg);
padding-right: 1rem;