logos partenaires footer & js close header

This commit is contained in:
2023-11-27 11:01:05 +01:00
parent fbb9165185
commit 155f283b57
7 changed files with 88 additions and 36 deletions
@@ -7,7 +7,6 @@
margin-bottom: 1rem;
background-color: $white-button;
width: fit-content;
}
.bouton{
background-color: $white-button !important;
@@ -23,4 +22,13 @@
border: solid black 1px;
margin-bottom: 1rem;
background-color: $white-button;
}
.links{
text-transform: uppercase;
padding: 1rem;
border: solid black 1px;
margin-bottom: 1rem;
background-color: $white-button;
width: fit-content;
}
@@ -0,0 +1,16 @@
.layout-content{
footer{
background-color: none;
}
}
.node-type-operation{
footer{
display: none;
}
}
html.js body div.dialog-off-canvas-main-canvas div.layout-container main div.layout-content div.region.region-content div#block-reha-contenudelapageprincipale.block.block-system.block-system-main-block div.views-element-container div.js-view-dom-id-a0244ead401fde300c9a64579f8ed0aa9edefe33021041a9393441d1bd0be0e2 footer{
background-color: none;
}
@@ -48,5 +48,21 @@ margin-left: 10rem;
#block-reha-config-pages-2{
display: flex;
flex-direction: column;
.field--name-field-partenaires{
.field__items{
display: flex;
flex-direction: row;
flex-wrap: wrap;
// justify-content: space-between;
img{
max-width: 150px;
// max-height: 100px;
height: fit-content;
// width: fit-content;
padding: 1rem;
}
}
}
}
}
@@ -90,22 +90,6 @@ header{
height: 0; /* Hauteur initiale à 0 pour créer l'effet de glissement vers le bas */
width: 100%;
.titre{
display: none;
display: inline-flex;
font-weight: 800;
position: relative;
margin-top: 2rem;
::after{
content: url(../images/noun-cross-1151731.svg);
float: right;
position: relative;
left: 200px;
// bottom: 100px;
cursor: pointer;
}
}
.contacts-full {
display: none;
background-color: $white-header;
@@ -113,14 +97,22 @@ header{
right:0px;
top: 100%;
width: $width-menu-slidedown;
padding-left: 3.5rem;
padding-top: 1rem;
// width: 30vw;
height: 200vh;
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
clip-path: inset(0px -10px -10px -10px);
.titre{
padding-left:3rem ;
::after{
left: 320px;
}
}
.field__item{
display: flex;
flex-direction: column;
padding: 5% 10% 5% 5%;
padding-left: 3rem;
}
}
}
+1
View File
@@ -22,3 +22,4 @@
/*pages*/
@import "pages/home";
@import "pages/creer-un-compte";
@import "pages/operations.scss";