_ami.scss 674 B

1234567891011121314151617181920212223
  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. .layout__region--top{ //bandeau titre page static
  6. padding-bottom: 3rem;
  7. .block-region-top{
  8. .block-entity-fieldnodetitle{
  9. .field--name-title{
  10. font-family: 'Source Code Pro';
  11. font-size: 2rem;
  12. font-weight: 800;
  13. color: $blue-light;
  14. background-color: $white;
  15. text-transform: uppercase;
  16. }
  17. }
  18. }
  19. }
  20. }