_footer.scss 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. #fotter-bottom{
  2. display: flex;
  3. flex-direction: row;
  4. .region{
  5. display: block;
  6. padding-left: 1rem;
  7. border-left: $blue-light solid 1px;
  8. padding-bottom: 2rem;
  9. h2{
  10. margin-top: 0;
  11. color: $blue-dark;
  12. }
  13. img{
  14. height: 4rem;
  15. width: auto;
  16. }
  17. }
  18. .region-footer-bottom-left{
  19. border: none;
  20. #block-pieddepage ul{
  21. margin-top: 0;
  22. color: $blue-dark;
  23. font-weight: 800;
  24. list-style: none;
  25. a{
  26. color: $blue-dark;
  27. font-size: 1.5rem;
  28. margin-top: 0;
  29. }
  30. }
  31. }
  32. .view-id-partenaires{
  33. .view-content{
  34. display: flex;
  35. flex-direction: row;
  36. justify-content:flex-start;
  37. flex-wrap: wrap;
  38. .node-type-partenaires_logo_footer_{
  39. padding-right: 1rem;
  40. padding-bottom: 1rem;
  41. }
  42. }
  43. }
  44. // .twitter::before {
  45. // font-family: "Font Awesome 5 Brands"; content: "\f099";
  46. // }
  47. }