_layout.scss 738 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. // .node-type-static{
  2. // display: grid;
  3. // grid-template-columns: repeat(6,1fr);
  4. // }
  5. .layout-container {
  6. // position: absolute;
  7. font-family: $font-family-default;
  8. margin: none;
  9. top: 0%;
  10. left: 0%;
  11. width: 100%;
  12. overflow: hidden;
  13. }
  14. .path-frontpage{
  15. margin: 0;
  16. }
  17. .path-node {
  18. margin: 0;
  19. }
  20. // .contextual-region .node-type-static {
  21. // grid-template-columns: repeat(6 1fr);
  22. // }
  23. .field--name-field-titre{
  24. .field__item{
  25. color: $blue-dark;
  26. font-weight: 900;
  27. font-size: 2rem;
  28. }
  29. .field__label{
  30. visibility: hidden;
  31. }
  32. }
  33. .inter-titre {
  34. color: $blue-light;
  35. text-transform: uppercase;
  36. }