_ami.scss 862 B

123456789101112131415161718192021222324252627282930
  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-fieldnodefield-images{
  11. display: none;
  12. height: inherit;
  13. }
  14. .block-entity-fieldnodetitle{
  15. .field--name-title{
  16. font-family: 'Source Code Pro';
  17. font-size: 2rem;
  18. font-weight: 800;
  19. color: $blue-light;
  20. background-color: $white;
  21. text-transform: uppercase;
  22. }
  23. }
  24. }
  25. }
  26. }