_layout.scss 997 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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. display: flex;
  9. flex-flow: row wrap;
  10. ;
  11. header{
  12. flex: 0 0 100%;
  13. }
  14. main{
  15. position: relative;
  16. // top: -7rem;
  17. }
  18. footer{
  19. flex: 0 0 100%;
  20. }
  21. }
  22. .layout-content{
  23. padding-top: 7rem;
  24. padding-bottom: 6rem;
  25. }
  26. .path-frontpage{
  27. margin: 0;
  28. }
  29. .path-node {
  30. margin: 0;
  31. }
  32. .path-faq{
  33. margin: 0;
  34. }
  35. .path-ressources{
  36. margin: 0;
  37. }
  38. .path-webform{
  39. margin: 0;
  40. }
  41. .path-projets{
  42. margin: 0;
  43. }
  44. .path-incubateur{
  45. margin:0;
  46. }
  47. .main-content{
  48. margin-top: 7rem;
  49. }
  50. .field--name-field-titre{
  51. .field__item{
  52. color: $blue-dark;
  53. font-weight: 900;
  54. font-size: 2rem;
  55. }
  56. .field__label{
  57. visibility: hidden;
  58. }
  59. }
  60. .inter-titre {
  61. color: $blue-light;
  62. // text-transform: uppercase;
  63. }