les sites pilotes
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
// justify-content: space-between;
|
||||
article{
|
||||
padding-bottom: 0.7rem;
|
||||
}
|
||||
@@ -25,31 +24,33 @@
|
||||
height: fit-content;
|
||||
}
|
||||
}
|
||||
.filtered-content{
|
||||
// border: solid $yellow-puca 1px;
|
||||
.infos-content-site{
|
||||
background-color: $white-button;
|
||||
order: 2;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding-left: 1rem;
|
||||
padding-right: 1rem;
|
||||
padding-top: 0.5rem;
|
||||
h1{display: none;}
|
||||
h2{
|
||||
order: 2;
|
||||
margin: 0;
|
||||
font-size: 1.3rem;
|
||||
font-size: 1.8rem;
|
||||
font-weight: 900;
|
||||
|
||||
}
|
||||
.field--name-field-numero-site {
|
||||
order: 1;
|
||||
text-transform: uppercase;
|
||||
font-size: 1.5rem;
|
||||
font-size: 1rem;
|
||||
}
|
||||
.field--name-field-adresse-site{
|
||||
order: 3;
|
||||
font-size: 1.3rem;
|
||||
line-height: 0.3rem;
|
||||
// line-height: 0.3rem;
|
||||
line-height: 1.3rem;
|
||||
|
||||
|
||||
.address{
|
||||
margin: 0;
|
||||
@@ -69,7 +70,8 @@
|
||||
}
|
||||
.field--name-field-architecte{
|
||||
order: 4;
|
||||
padding-top: 1rem;
|
||||
// padding-top: 1rem;
|
||||
font-size: 1.3rem;
|
||||
}
|
||||
ul.links{
|
||||
order: 5;
|
||||
@@ -94,7 +96,6 @@
|
||||
|
||||
footer{
|
||||
background-color: transparent;
|
||||
text-transform: capitalize;
|
||||
p:first-of-type{
|
||||
font-size: 2rem;
|
||||
}
|
||||
@@ -110,26 +111,26 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 100%;
|
||||
background-color: white;
|
||||
.filtered-content{
|
||||
.infos-content-site{
|
||||
// border: solid $yellow-puca 1px;
|
||||
background-color: $white-button;
|
||||
// background-color: transparent;
|
||||
order: 2;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding-top: 0.5rem;
|
||||
padding-left: 1rem;
|
||||
padding-right: 1rem;
|
||||
h2{
|
||||
order: 2;
|
||||
margin: 0;
|
||||
font-size: 1.3rem;
|
||||
font-size: 1.8rem;
|
||||
font-weight: 900;
|
||||
|
||||
}
|
||||
.field--name-field-lettre-de-site {
|
||||
order: 1;
|
||||
text-transform: uppercase;
|
||||
font-size: 1.5rem;
|
||||
font-size: 1rem;
|
||||
font-weight: 200;
|
||||
&::before{
|
||||
content:'SITE';
|
||||
@@ -138,7 +139,7 @@
|
||||
}
|
||||
.field--name-field-adresse-site{
|
||||
order: 3;
|
||||
line-height: 1.2rem;
|
||||
line-height: 1.3rem;
|
||||
font-weight: 400;
|
||||
|
||||
p.address{
|
||||
@@ -160,9 +161,10 @@
|
||||
}
|
||||
.field--name-field-architecte{
|
||||
order: 4;
|
||||
padding-top: 1rem;
|
||||
text-transform: capitalize;
|
||||
font-weight: 400;
|
||||
font-size: 1.3rem;
|
||||
|
||||
}
|
||||
ul.links{
|
||||
order: 5;
|
||||
|
||||
Reference in New Issue
Block a user