Files
d9-eql/web/themes/custom/eql/scss/pages/_annuaire-de-recherche.scss
T
2021-12-13 16:03:33 +01:00

32 lines
691 B
SCSS

.node-id-40{
background: url('../images/pictos/carre-contour-bleu_programme.svg');
background-repeat: no-repeat;
background-position-y: 7rem;
max-width: 100vw;
background-size: contain;
.layout__region--top{ //bandeau titre page static
.block-region-top{
.block-entity-fieldnodefield-images{
display: none;
height: inherit;
}
.block-entity-fieldnodetitle{
.field--name-title{
background-color: $white !important;
color: $blue-light;
}
}
}
}
}