_layout.scss 572 B

1234567891011121314151617181920212223242526272829303132333435363738
  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-bottom: 6rem;
  11. }
  12. .path-frontpage{
  13. margin: 0;
  14. }
  15. .path-node {
  16. margin: 0;
  17. }
  18. .field--name-field-titre{
  19. .field__item{
  20. color: $blue-dark;
  21. font-weight: 900;
  22. font-size: 2rem;
  23. }
  24. .field__label{
  25. visibility: hidden;
  26. }
  27. }
  28. .inter-titre {
  29. color: $blue-light;
  30. text-transform: uppercase;
  31. }