12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- .home-page-layout-content {
-
- .block-views-blocksites-block-1 {
- .views-row{
- .node-type-site{
- width: 70%;
- margin: auto;
- display: grid;
- grid-template-rows: repeat(12, 1fr);
- grid-template-columns: repeat(12, 1fr);
- .image-site{
- order: 1;
- grid-row: 1/span 10;
- grid-column: 1/span 9;
- img {
- width: 100%;
- object-fit: cover;
- }
- }
- .filtered-content{
- // border: solid $yellow-puca 1px;
- background-color: $white-button;
- width: 80%;
- order: 2;
- display: flex;
- flex-direction: column;
- grid-row: 7/span 5;
- grid-column: 7/span 12;
- padding: 1rem;
- h2{
- order: 2;
- margin: 0;
- }
- .field--name-field-numero-site {
- order: 1;
- text-transform: uppercase;
- font-size: 2rem;
- }
- .field--name-field-adresse-site{
- order: 3;
- font-size: 1.5rem;
- .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;
- }
- }
- }
- }
-
- }
- .block-block-content3d4d153c-9da8-49e2-be7a-d2245f5716ee{
- border: solid $yellow-puca 1px;
- background-color: $white-button;
- font-weight: 800;
- padding: 2rem;
- margin-right: 1rem;
- width: 20%;
- margin-left: 8%;
- @media(max-width: 891px){
- margin-bottom: 1rem;
- // margin: auto;
- }
- }
- .block-block-contentbbaa5e2a-7f7c-498f-b08e-d1a3b36c03a8{
- width: fit-content;
- margin: auto;
- }
- }
|