sites associés
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user