_footer.scss 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. #fotter-bottom{
  2. display: flex;
  3. flex: 1 1 120px;
  4. flex-direction: row;
  5. background-color: $white;
  6. .region{
  7. display: block;
  8. padding-left: 1rem;
  9. padding-right: 1rem;
  10. padding-bottom: 1rem;
  11. border-left: $blue-light solid 1px;
  12. h2{
  13. margin-top: 0;
  14. color: $blue-dark;
  15. }
  16. img{
  17. height: 5rem;
  18. width: auto;
  19. }
  20. }
  21. .region-footer-bottom-left{
  22. width: 35%;
  23. border: none;
  24. #block-pieddepage ul{
  25. margin-top: 0;
  26. color: $blue-dark;
  27. font-weight: 800;
  28. list-style: none;
  29. a{
  30. color: $blue-dark;
  31. font-size: 1.5rem;
  32. margin-top: 0;
  33. }
  34. }
  35. }
  36. .view-id-partenaires{
  37. .view-content{
  38. display: flex;
  39. flex-direction: row;
  40. justify-content:flex-start;
  41. flex-wrap: wrap;
  42. padding-top: 1rem;
  43. .node-type-partenaires_logo_footer_{
  44. padding-right: 1rem;
  45. padding-bottom: 1rem;
  46. }
  47. }
  48. }
  49. .block-views-blockpartenaires-block-2{
  50. img{
  51. filter: grayscale(100%);
  52. -webkit-filter: grayscale(100%);
  53. }
  54. }
  55. }