_footer.scss 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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. font-size: 1.2rem;
  16. }
  17. img{
  18. max-width: 5rem;
  19. max-height: 5rem;
  20. }
  21. }
  22. .region-footer-bottom-left{
  23. width: 35%;
  24. border: none;
  25. #block-pieddepage ul{
  26. margin-top: 0;
  27. color: $blue-dark;
  28. font-weight: 800;
  29. list-style: none;
  30. a{
  31. color: $blue-dark;
  32. font-size: 1.2rem;
  33. text-decoration: underline;
  34. margin-top: 0;
  35. }
  36. }
  37. }
  38. .view-id-partenaires{
  39. .view-content{
  40. display: flex;
  41. flex-direction: row;
  42. justify-content:flex-start;
  43. flex-wrap: wrap;
  44. padding-top: 1rem;
  45. .node-type-partenaires_logo_footer_{
  46. padding-right: 1rem;
  47. padding-bottom: 1rem;
  48. }
  49. }
  50. }
  51. .block-views-blockpartenaires-block-2{
  52. img{
  53. filter: grayscale(100%);
  54. -webkit-filter: grayscale(100%);
  55. }
  56. }
  57. }