page sites pilotes

This commit is contained in:
2024-06-19 13:31:51 +02:00
parent 955745dd21
commit 895488d676
6 changed files with 184 additions and 18 deletions
@@ -75,3 +75,6 @@ main{
margin-top: 7rem;
}
#block-reha-titredepage{
display: none;
}
@@ -11,7 +11,8 @@
margin: auto;
display: flex;
flex-direction: column;
width: 100%;
background-color: white;
.field--name-field-image{
order: 1;
max-width: 100%;
@@ -21,17 +22,67 @@
height: fit-content;
}
}
h2{
order: 3;
}
.field--name-field-numero-site {
.filtered-content{
// border: solid $yellow-puca 1px;
background-color: $white-button;
order: 2;
}
.field--name-field-adresse-site{
order: 4;
}
.field--name-field-architecte{
order: 5;
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-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{
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;
}
}
}
}