_layout.scss 595 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .layout-container {
  2. font-family: $font-family-default;
  3. margin: none;
  4. top: 0%;
  5. left: 0%;
  6. width: 100%;
  7. overflow: hidden;
  8. }
  9. .layout-content{
  10. padding-top: 7rem;
  11. padding-bottom: 6rem;
  12. }
  13. .path-frontpage{
  14. margin: 0;
  15. }
  16. .path-node {
  17. margin: 0;
  18. }
  19. .field--name-field-titre{
  20. .field__item{
  21. color: $blue-dark;
  22. font-weight: 900;
  23. font-size: 2rem;
  24. }
  25. .field__label{
  26. visibility: hidden;
  27. }
  28. }
  29. .inter-titre {
  30. color: $blue-light;
  31. text-transform: uppercase;
  32. }