change order infos site

This commit is contained in:
2024-06-27 11:42:49 +02:00
parent c94a960aef
commit 0e600e768b
8 changed files with 314 additions and 179 deletions
@@ -94,44 +94,61 @@
padding-bottom: 4rem;
padding-top: 1rem;
h1{
order: 2;
order: 3;
margin: 0;
font-size: 1.8rem;
font-weight: 900;
}
h2{
order: 2;
order: 3;
margin: 0;
font-size: 1.3rem;
font-weight: 900;
}
.field--name-field-numero-site {
.first-row{
order: 1;
text-transform: uppercase;
font-size: 1.5rem;
}
.field--name-field-adresse-site{
order: 3;
font-size: 1.2rem;
line-height: 1.3rem;
.address{
margin: 0;
display:flex;
flex-direction: row;
align-items: end;
padding-bottom: 0.5rem;
.field--name-field-numero-site {
order: 1;
text-transform: uppercase;
font-size: 1rem;
display: inline-flex;
.postal-code{
order: 2;
&::after{
content: '|';
padding-left: 1rem;
padding-right: 1rem;
}
.locality{
order: 1;
text-transform: capitalize;
margin-right: 0.5rem;
}
.field--name-field-adresse-site{
order: 3;
font-size: 1.2rem;
.field__item{
display: flex;
}
.country{
display: none;
.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-date-de-construction{
order: 5;
font-size: 1.2rem;