_footer.scss 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. #fotter-bottom{
  2. box-shadow: 1px 0px 8px $black;
  3. display: flex;
  4. flex: 1 1 120px;
  5. flex-direction: row;
  6. background-color: $white;
  7. padding-top: 3rem;
  8. #block-socialnetwork {
  9. display: none;
  10. }
  11. .region{
  12. display: block;
  13. padding-left: 1rem;
  14. padding-right: 1rem;
  15. padding-bottom: 1rem;
  16. border-left: $blue-light solid 1px;
  17. h2{
  18. margin-top: 0;
  19. color: $blue-dark;
  20. font-size: 1.2rem;
  21. }
  22. }
  23. .region-footer-bottom-left{
  24. margin-left: 3rem;
  25. border: none;
  26. width: 20%;
  27. display: flex;
  28. flex-direction: row;
  29. .view-id-partenaires{
  30. .view-content{
  31. display: flex;
  32. flex-direction: row;
  33. justify-content:flex-start;
  34. flex-wrap: wrap;
  35. padding-top: 1rem;
  36. .node-type-partenaires_logo_footer_{
  37. padding-right: 1rem;
  38. padding-bottom: 1rem;
  39. }
  40. }
  41. }
  42. .block-views-blockpartenaires-block-3{
  43. border-left: $blue-light solid 1px;
  44. padding-left: 1rem;
  45. }
  46. }
  47. .region-footer-bottom-right{
  48. width: 15%;
  49. #block-pieddepage ul{
  50. margin-top: 0;
  51. color: $blue-dark;
  52. font-weight: 800;
  53. list-style: none;
  54. padding-left: 0;
  55. a{
  56. color: $blue-dark;
  57. font-size: 1.2rem;
  58. text-decoration: underline;
  59. margin-top: 0;
  60. }
  61. }
  62. }
  63. .region-footer-bottom-middle{
  64. width: 60%;
  65. // .block-views-blockpartenaires-block-2{
  66. // border-left: $blue-light solid 1px;
  67. // padding-left: 1rem;
  68. // }
  69. .view-id-partenaires{
  70. .view-content{
  71. display: flex;
  72. flex-direction: row;
  73. justify-content:flex-start;
  74. flex-wrap: wrap;
  75. padding-top: 1rem;
  76. .node-type-partenaires_logo_footer_{
  77. padding-right: 1rem;
  78. padding-bottom: 1rem;
  79. }
  80. }
  81. }
  82. }
  83. }