_footer.scss 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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. }
  19. .region-footer-bottom-left{
  20. width: 35%;
  21. border: none;
  22. #block-pieddepage ul{
  23. margin-top: 0;
  24. color: $blue-dark;
  25. font-weight: 800;
  26. list-style: none;
  27. a{
  28. color: $blue-dark;
  29. font-size: 1.2rem;
  30. text-decoration: underline;
  31. margin-top: 0;
  32. }
  33. }
  34. }
  35. .view-id-partenaires{
  36. .view-content{
  37. display: flex;
  38. flex-direction: row;
  39. justify-content:flex-start;
  40. flex-wrap: wrap;
  41. padding-top: 1rem;
  42. .node-type-partenaires_logo_footer_{
  43. padding-right: 1rem;
  44. padding-bottom: 1rem;
  45. }
  46. }
  47. }
  48. }