_layout.scss 1.1 KB

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