_footer.scss 1.4 KB

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