123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185 |
- .view-display-id-page_1{
-
- display: flex;
- flex-direction: row;
- flex-wrap: wrap;
- // justify-content: space-between;
- article{
- padding-bottom: 0.7rem;
- }
- .views-row{
- width: 30%;
- padding: 1rem;
- .node-type-site{
- margin: auto;
- display: flex;
- flex-direction: column;
- width: 100%;
- background-color: white;
- .field--name-field-image{
- order: 1;
- max-width: 100%;
- img{
- width: 100%;
- object-fit: cover;
- height: fit-content;
- }
- }
- .filtered-content{
- // border: solid $yellow-puca 1px;
- background-color: $white-button;
- order: 2;
- display: flex;
- flex-direction: column;
- padding-left: 1rem;
- padding-right: 1rem;
- h1{display: none;}
- 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;
- }
- }
-
- }
-
- }
- }
- 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;
- }
-
- }
-
- }
-
- }
- }
- }
- }
- }
|