_footer.scss 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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. width: 35%;
  22. border: none;
  23. #block-pieddepage ul{
  24. margin-top: 0;
  25. color: $blue-dark;
  26. font-weight: 800;
  27. list-style: none;
  28. a{
  29. color: $blue-dark;
  30. font-size: 1.2rem;
  31. text-decoration: underline;
  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. }