_ami.scss 726 B

12345678910111213141516171819202122232425
  1. .node-id-3{
  2. background: url('../images/pictos/carre-contour-bleu_partenaire.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. padding-bottom: 3rem;
  9. .block-region-top{
  10. .block-entity-fieldnodetitle{
  11. .field--name-title{
  12. font-family: 'Source Code Pro';
  13. font-size: 2rem;
  14. font-weight: 800;
  15. color: $blue-light;
  16. background-color: $white;
  17. text-transform: uppercase;
  18. }
  19. }
  20. }
  21. }
  22. }