_footer.scss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  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. .region{
  9. display: block;
  10. padding-left: 1rem;
  11. padding-right: 1rem;
  12. padding-bottom: 1rem;
  13. border-left: $blue-light solid 1px;
  14. h2{
  15. margin-top: 0;
  16. color: $blue-dark;
  17. font-size: 1.2rem;
  18. }
  19. }
  20. .region-footer-bottom-left{
  21. margin-left: 3rem;
  22. border: none;
  23. width: 30%;
  24. display: flex;
  25. flex-direction: row;
  26. .view-id-partenaires{
  27. .view-content{
  28. display: flex;
  29. flex-direction: row;
  30. justify-content:flex-start;
  31. flex-wrap: wrap;
  32. padding-top: 1rem;
  33. .node-type-partenaires_logo_footer_{
  34. padding-right: 1rem;
  35. padding-bottom: 1rem;
  36. }
  37. }
  38. }
  39. .block-views-blockpartenaires-block-3{
  40. border-left: $blue-light solid 1px;
  41. padding-left: 1rem;
  42. }
  43. }
  44. .region-footer-bottom-right{
  45. width: 15%;
  46. display: flex;
  47. flex-direction: column-reverse;
  48. justify-content: flex-end;
  49. #block-socialnetwork {
  50. .field--name-body{
  51. p{
  52. display: flex;
  53. flex-direction: row;
  54. :nth-child(1){
  55. &:before{
  56. display: block;
  57. content: "";
  58. background: url("../images/pictos/logo-twitter.png");
  59. }
  60. }
  61. }
  62. }
  63. }
  64. #block-pieddepage ul{
  65. margin-top: 0;
  66. color: $blue-dark;
  67. font-weight: 800;
  68. list-style: none;
  69. padding-left: 0;
  70. a{
  71. color: $blue-dark;
  72. font-size: 1.2rem;
  73. text-decoration: underline;
  74. margin-top: 0;
  75. }
  76. }
  77. }
  78. .region-footer-bottom-middle{
  79. width: 60%;
  80. // .block-views-blockpartenaires-block-2{
  81. // border-left: $blue-light solid 1px;
  82. // padding-left: 1rem;
  83. // }
  84. .view-id-partenaires{
  85. .view-content{
  86. display: flex;
  87. flex-direction: row;
  88. justify-content:flex-start;
  89. flex-wrap: wrap;
  90. .node-type-partenaires_logo_footer_{
  91. padding-right: 1rem;
  92. padding-bottom: 1rem;
  93. }
  94. }
  95. }
  96. }
  97. }