background

This commit is contained in:
2021-11-26 22:54:38 +01:00
parent 8c7037b66d
commit bcc6ae5138
11 changed files with 405 additions and 47 deletions
@@ -0,0 +1,27 @@
.node-id-4{
background: url('../images/pictos/carre-contour-bleu_programme.svg');
background-repeat: no-repeat;
.layout__region--top{ //bandeau titre page static
padding-bottom: 3rem;
.block-region-top{
height: 200px;
.block-entity-fieldnodetitle{
width: 80%;
margin-left: 13%;
.field--name-title{
font-family: 'Source Code Pro';
font-size: 2rem;
font-weight: 800;
color: $white;
background-color: $blue-light;
text-transform: uppercase;
// padding: 2rem 1rem 2rem 1rem;
}
}
}
}
}