_footer.scss 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  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. .view-id-partenaires{
  25. .view-content{
  26. display: flex;
  27. flex-direction: row;
  28. justify-content:flex-start;
  29. flex-wrap: wrap;
  30. padding-top: 1rem;
  31. .node-type-partenaires_logo_footer_{
  32. padding-right: 1rem;
  33. padding-bottom: 1rem;
  34. }
  35. }
  36. }
  37. .block-views-blockpartenaires-block-3{
  38. img{
  39. width: auto;
  40. height: 30px;
  41. }
  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. display: none;
  51. .field--name-body{
  52. p{
  53. display: flex;
  54. flex-direction: row;
  55. :nth-child(1){
  56. &:before{
  57. display: block;
  58. content: "";
  59. background: url("../images/pictos/logo-twitter.png");
  60. }
  61. }
  62. svg{
  63. display: none;
  64. }
  65. }
  66. }
  67. }
  68. #block-pieddepage ul{
  69. margin-top: 0;
  70. color: $blue-dark;
  71. font-weight: 800;
  72. list-style: none;
  73. padding-left: 0;
  74. a{
  75. color: $blue-dark;
  76. font-size: 1.2rem;
  77. text-decoration: underline;
  78. margin-top: 0;
  79. }
  80. }
  81. }
  82. .region-footer-bottom-middle{
  83. width: 60%;
  84. // .block-views-blockpartenaires-block-2{
  85. // border-left: $blue-light solid 1px;
  86. // padding-left: 1rem;
  87. // }
  88. .view-id-partenaires{
  89. .view-content{
  90. display: flex;
  91. flex-direction: row;
  92. justify-content:flex-start;
  93. flex-wrap: wrap;
  94. .node-type-partenaires_logo_footer_{
  95. padding-right: 1rem;
  96. padding-bottom: 1rem;
  97. }
  98. }
  99. }
  100. }
  101. }