_ami.scss 642 B

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