_contact.scss 772 B

123456789101112131415161718192021222324252627
  1. .node-id-5{
  2. .region-content{
  3. background: url('../images/pictos/carre-contour-bleu_contact.svg');
  4. background-repeat: no-repeat;
  5. // background-position-y: 7rem;
  6. max-width: 100vw;
  7. background-size: contain;
  8. }
  9. .layout__region--top{ //bandeau titre page static
  10. padding-bottom: 3rem;
  11. .block-region-top{
  12. .block-entity-fieldnodetitle{
  13. .field--name-title{
  14. font-family: 'Source Code Pro';
  15. font-size: 2rem;
  16. font-weight: 800;
  17. color: $white;
  18. background-color: $blue-light;
  19. text-transform: uppercase;
  20. }
  21. }
  22. }
  23. }
  24. }