_layout.scss 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. .path-user{
  2. .buttons-filtres-ressources{
  3. display: none;
  4. }
  5. }
  6. .layout-container {
  7. font-family: $font-family-default;
  8. margin: none;
  9. top: 0%;
  10. left: 0%;
  11. width: 100%;
  12. overflow: hidden;
  13. display: flex;
  14. flex-flow: row wrap;
  15. ;
  16. header{
  17. flex: 0 0 100%;
  18. }
  19. main{
  20. position: relative;
  21. // top: -7rem;
  22. }
  23. footer{
  24. flex: 0 0 100%;
  25. }
  26. }
  27. .layout-content{
  28. padding-top: 7rem;
  29. padding-bottom: 6rem;
  30. }
  31. .path-frontpage{
  32. margin: 0;
  33. }
  34. .path-node {
  35. margin: 0;
  36. }
  37. .path-faq{
  38. margin: 0;
  39. }
  40. .path-ressources{
  41. margin: 0;
  42. }
  43. .path-webform{
  44. margin: 0;
  45. }
  46. .path-projets{
  47. margin: 0;
  48. }
  49. .path-incubateur{
  50. margin:0;
  51. }
  52. main{
  53. width: 100%;
  54. }
  55. .main-content{
  56. margin-top: 7rem;
  57. }
  58. .field--name-field-titre{
  59. .field__item{
  60. color: $blue-dark;
  61. font-weight: 900;
  62. font-size: 2rem;
  63. }
  64. .field__label{
  65. visibility: hidden;
  66. }
  67. }
  68. .inter-titre {
  69. color: $blue-light;
  70. // text-transform: uppercase;
  71. }