_annuaire-de-ressources.scss 614 B

123456789101112131415161718192021222324252627
  1. .node-id-40{
  2. background: url('../images/pictos/carre-contour-bleu_programme.svg');
  3. background-repeat: no-repeat;
  4. background-position-y: 7rem;
  5. max-width: 100vw;
  6. background-size: contain;
  7. .layout__region--top{ //bandeau titre page static
  8. .block-region-top{
  9. .block-entity-fieldnodefield-images{
  10. display: none;
  11. height: inherit;
  12. }
  13. .block-entity-fieldnodetitle{
  14. .field--name-title{
  15. color: $blue-light;
  16. }
  17. }
  18. }
  19. }
  20. }