_contact.scss 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. height: 30vh;
  12. .block-region-top{
  13. .block-entity-fieldnodetitle{
  14. .field--name-title{
  15. font-family: 'Source Code Pro';
  16. font-size: 2rem;
  17. font-weight: 800;
  18. color: $white;
  19. background-color: $blue-light;
  20. text-transform: uppercase;
  21. }
  22. }
  23. }
  24. }
  25. .layout__region--second{
  26. .block-region-second{
  27. .block-entity-fieldnodefield-textes{
  28. .paragraph--type--texte{
  29. a{
  30. color: $black;
  31. text-decoration: underline;
  32. svg{
  33. display: none;
  34. }
  35. }
  36. }
  37. }
  38. }
  39. }
  40. }