background

This commit is contained in:
2021-11-27 23:22:35 +01:00
parent cd2e9a4a50
commit 27858db5ab
7 changed files with 103 additions and 73 deletions
@@ -0,0 +1,25 @@
.node-id-35{
.region-content{
background: url('../images/pictos/carre-contour-bleu_gouvernance.svg');
background-repeat: no-repeat;
}
.layout__region--top{ //bandeau titre page static
padding-bottom: 3rem;
.block-region-top{
.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;
}
}
}
}
}