sites associés

This commit is contained in:
2024-06-23 01:30:05 +02:00
parent 6f4312eaea
commit 44c9b53c16
6 changed files with 306 additions and 82 deletions
@@ -1,6 +1,6 @@
.home-page-layout-content {
.block-block-content3d4d153c-9da8-49e2-be7a-d2245f5716ee{
.block-block-content3bb825b3-ab84-4861-a4f2-2a5e5eed74de{
border: solid $yellow-puca 1px;
background-color: $white-button;
font-weight: 800;
@@ -118,7 +118,7 @@
}
.block-block-contentbbaa5e2a-7f7c-498f-b08e-d1a3b36c03a8{
.block-block-content9e601647-144f-4e8e-b9e1-7d744f9141d7{
width: fit-content;
margin: auto;
@@ -4,6 +4,9 @@
flex-direction: row;
flex-wrap: wrap;
// justify-content: space-between;
article{
padding-bottom: 0.7rem;
}
.views-row{
width: 30%;
padding: 1rem;
@@ -87,4 +90,95 @@
}
}
}
footer{
background-color: transparent;
text-transform: capitalize;
p:first-of-type{
font-size: 2rem;
}
.view-display-id-block_2{
display: flex;
flex-direction: row;
flex-wrap: wrap;
.views-row{
width: 30%;
padding: 1rem;
.node-type-site{
margin: auto;
display: flex;
flex-direction: column;
width: 100%;
background-color: white;
.filtered-content{
// border: solid $yellow-puca 1px;
background-color: $white-button;
order: 2;
display: flex;
flex-direction: column;
padding-left: 1rem;
padding-right: 1rem;
h2{
order: 2;
margin: 0;
font-size: 1.3rem;
font-weight: 900;
}
.field--name-field-lettre-de-site {
order: 1;
text-transform: uppercase;
font-size: 1.5rem;
font-weight: 200;
}
.field--name-field-adresse-site{
order: 3;
line-height: 1.2rem;
font-weight: 400;
p.address{
margin: 0;
display: inline-flex;
font-size: 1.3rem;
.postal-code{
order: 2;
}
.locality{
order: 1;
text-transform: capitalize;
margin-right: 0.5rem;
}
.country{
display: none;
}
}
}
.field--name-field-architecte{
order: 4;
padding-top: 1rem;
text-transform: capitalize;
font-weight: 400;
}
ul.links{
order: 5;
text-transform: uppercase;
padding: 0;
margin: 0;
border: none;
padding-bottom: 2rem;
padding-top: 0.9rem;
display: inline-flex;
&::after{
content:url("../../dist/images/noun-arrow-1569918-black.svg");
padding-left: 0.5rem;
}
}
}
}
}
}
}
}
@@ -7,67 +7,89 @@
margin: auto;
}
}
.block-region-second{
width: 50%;
img{
.region-content{
width: 80%;
margin: auto;
.node-type-site{
margin: auto;
display: flex;
flex-direction: column;
// display: grid;
// grid-template-columns: repeat(7, 1fr);
// grid-template-rows: repeat(5, 1fr) ;
width: 100%;
// object-fit: contain;
height: auto;
}
.block-entity-fieldnodetitle{
order: 2;
margin: 0;
font-size: 1.3rem;
font-weight: 900;
}
.field--name-field-numero-site {
order: 1;
text-transform: uppercase;
font-size: 1.5rem;
}
.field--name-field-adresse-site{
order: 3;
font-size: 1.3rem;
line-height: 0.3rem;
.address{
margin: 0;
display: inline-flex;
.postal-code{
background-color: white;
.field--name-field-image{
order: 2;
max-width: 100%;
img{
width: 100%;
object-fit: cover;
height: fit-content;
}
}
.filtered-content{
// border: solid $yellow-puca 1px;
background-color: $white-button;
order: 1;
display: flex;
flex-direction: column;
padding-left: 1rem;
padding-right: 1rem;
h2{
order: 2;
margin: 0;
font-size: 1.3rem;
font-weight: 900;
}
.locality{
.field--name-field-numero-site {
order: 1;
text-transform: capitalize;
margin-right: 0.5rem;
text-transform: uppercase;
font-size: 1.5rem;
}
.country{
display: none;
.field--name-field-adresse-site{
order: 3;
font-size: 1.3rem;
line-height: 0.3rem;
.address{
margin: 0;
display: inline-flex;
.postal-code{
order: 2;
}
.locality{
order: 1;
text-transform: capitalize;
margin-right: 0.5rem;
}
.country{
display: none;
}
}
}
}
}
.field--name-field-architecte{
order: 4;
padding-top: 1rem;
}
ul.links{
order: 5;
text-transform: uppercase;
padding: 0;
margin: 0;
border: none;
padding-bottom: 2rem;
padding-top: 0.9rem;
display: inline-flex;
&::after{
content:url("../../dist/images/noun-arrow-1569918-black.svg");
padding-left: 0.5rem;
}
.field--name-field-architecte{
order: 4;
padding-top: 1rem;
}
ul.links{
order: 5;
text-transform: uppercase;
padding: 0;
margin: 0;
border: none;
padding-bottom: 2rem;
padding-top: 0.9rem;
display: inline-flex;
&::after{
content:url("../../dist/images/noun-arrow-1569918-black.svg");
padding-left: 0.5rem;
}
}
}
}
}
}