page mentions légales

This commit is contained in:
2021-12-10 11:03:34 +01:00
parent 0d16934ab7
commit 400dce54f0
8 changed files with 380 additions and 2 deletions
@@ -14,6 +14,7 @@
display: grid;
grid-template-columns: 1fr repeat(8, 1fr) 1fr;
padding-top: 2rem;
.block-entity-fieldnodefield-actu-type{
grid-column: 2;
@@ -0,0 +1,33 @@
.node-id-6{
background: url('../images/pictos/carre-contour-bleu_contact.svg');
background-repeat: no-repeat;
background-position-y: 7rem;
max-width: 100vw;
background-size: contain;
.layout__region--top{ //bandeau titre page static
padding-bottom: 3rem;
height: 30vh;
.block-region-top{
.block-entity-fieldnodefield-images{
display: none;
height: inherit;
}
.block-entity-fieldnodetitle{
.field--name-title{
font-family: 'Source Code Pro';
font-size: 2rem;
font-weight: 800;
color: $white;
background-color: $blue-light;
text-transform: uppercase;
}
}
}
}
}
+1
View File
@@ -28,6 +28,7 @@
@import "pages/_programme";
@import "pages/_contact";
@import "pages/_faq";
@import "pages/_mentions-legales";
/*partials*/