_annuairederecherche.scss 773 B

1234567891011121314151617181920212223242526
  1. .path-ressources.annuairederecherche{
  2. .layout-content{
  3. .region-content{
  4. #block-contenudelapageprincipale{
  5. span{
  6. padding-top: 3rem;
  7. padding-bottom: 3rem;
  8. vertical-align: middle;
  9. h2{
  10. margin: 0;
  11. padding-top: 2rem;
  12. height: 4rem;
  13. color: $white;
  14. font-family: "Source Code Pro";
  15. text-transform: uppercase;
  16. background: $blue-light;
  17. // padding-left: 13%;
  18. }
  19. }
  20. }
  21. }
  22. }
  23. }