_layout.scss 783 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. .layout-content{
  15. padding-bottom: 6rem;
  16. }
  17. .path-frontpage{
  18. margin: 0;
  19. }
  20. .path-node {
  21. margin: 0;
  22. }
  23. // .contextual-region .node-type-static {
  24. // grid-template-columns: repeat(6 1fr);
  25. // }
  26. .field--name-field-titre{
  27. .field__item{
  28. color: $blue-dark;
  29. font-weight: 900;
  30. font-size: 2rem;
  31. }
  32. .field__label{
  33. visibility: hidden;
  34. }
  35. }
  36. .inter-titre {
  37. color: $blue-light;
  38. text-transform: uppercase;
  39. }