_contact.scss 677 B

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