css page consultation

This commit is contained in:
2024-07-04 15:10:33 +02:00
parent 7a39b7c42e
commit c58e19f189
8 changed files with 566 additions and 7 deletions

View File

@@ -6,6 +6,7 @@ $header-height-ultrasmall : 50px;
$width-menu-slidedown : 550px;
.layout-container {
position: relative;
width: 100vw;
background-color: $background-home;
@@ -19,6 +20,13 @@ $width-menu-slidedown : 550px;
display: flex;
flex-flow: row wrap;
-webkit-user-select: none;
-webkit-touch-callout: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
header{
flex: 0 0 100%;
}

View File

@@ -0,0 +1,167 @@
#consultation{
background-color: #f6f7f3;
.layout-content{
padding-top: 1rem;
.content_container{
display: flex;
flex-direction: column;
align-items: center;
#block-quartiers-de-demain-titredepage{
margin-top: 1rem;
width: fit-content;
h1{
text-transform: none;
color: black;
font-size: 2rem;
font-weight: 500;
}
}
.node-type-static{
&::before{
content:"";
display: block;
border-bottom: solid 1px $blue_QDD;
width: 60% ;
margin: auto;
}
width: 80%;
.paragraph--type--static-parts:not(#paragraph-id--7){
#svg1{
display: none;
}
}
#paragraph-id--10{
display: flex;
flex-direction: column;
align-items: center;
.field_field_title{
padding: 1rem;
color: $blue_QDD;
font-size: 2.5rem;
font-weight: 500;
}
.colone-picto{
display: flex;
flex-direction: row;
flex-wrap: wrap;
padding: 1rem;
p:not(:last-of-type){
flex: 1 15%;
color: $blue_QDD;
padding: 0.5rem;
&::before{
content:"";
display: block;
border-left: solid 1px $blue_QDD;
height: 30%;
margin-bottom: 0.5rem;
}
}
p:last-of-type{
color: black;
// flex: 1 80%;
width: 55%;
padding-top: 3rem;
margin: auto;
}
}
}
#paragraph-id--11{
width: 65%;
background-color: white;
margin: auto;
display: flex;
flex-direction: column;
align-items: center;
padding: 1rem;
.field_field_title{
color: $blue_QDD;
font-size: 1.2rem;
font-weight: 500;
}
.colone-picto{
display: grid;
grid-template-columns: auto auto;
grid-template-rows: auto auto;
padding: 1rem;
p{
flex: 1 15%;
padding: 0rem;
margin: 0;
&:nth-of-type(1){
grid-column: 1;
grid-row: 2;
}
&:nth-of-type(2){
grid-column: 2;
grid-row: 2;
}
}
h5{
font-size: 3rem;
font-weight: 500;
color: $blue_QDD;
margin: 0;
height: fit-content;
&:nth-of-type(1){
grid-column: 1;
grid-row: 1;
}
&:nth-of-type(2){
grid-column: 2;
grid-row: 1;
}
}
}
}
#paragraph-id--12,
#paragraph-id--13{
width: 65%;
margin: auto;
display: flex;
flex-direction: column;
align-items: center;
padding: 1rem;
.field_field_title{
color: $blue_QDD;
font-size: 1.2rem;
font-weight: 500;
padding-bottom: 1.5rem;
}
}
#paragraph-id--12::after{
content:"";
display: block;
border-bottom: solid 1px $blue_QDD;
width: 100% ;
padding-bottom: 2rem;
}
#paragraph-id--13{
.field_field_texte{
.colone-picto{
display: flex;
flex-direction: row;
justify-content: space-between ;
p{
width: 30%;
}
}
}
}
}
}
}
}

View File

@@ -165,9 +165,6 @@
.field_field_texte{
width: 80%;
.colone-picto{
// display: flex;
// flex-direction:row ;
// justify-content: center;
margin-top: 2rem;
display: grid;
grid-template-columns: repeat(6 auto);
@@ -177,7 +174,6 @@
font-weight: 800;
margin-bottom: 0;
margin: 0;
}
h5:nth-of-type(1){
grid-row: 2;
@@ -222,7 +218,6 @@
grid-row: 3;
grid-column: 5;
}
}
}
}

View File

@@ -28,7 +28,8 @@
/*pages*/
@import "pages/home";
// @import "pages/partenaires";
@import "pages/consultation";
@import "pages/partenaires";
// @import "pages/presentation";
// @import "pages/static";
@import "pages/static";