_footer.scss 881 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. #fotter-bottom{
  2. display: flex;
  3. flex-direction: row;
  4. justify-content: space-around;
  5. .region{
  6. display: block;
  7. padding-left: 1rem;
  8. border-left: $blue-light solid 1px;
  9. padding-bottom: 2rem;
  10. h2{
  11. margin-top: 0;
  12. color: $blue-dark;
  13. }
  14. img{
  15. height: 50px;
  16. width: auto;
  17. }
  18. }
  19. .region-footer-bottom-left{
  20. border: none;
  21. #block-pieddepage ul{
  22. margin-top: 0;
  23. color: $blue-dark;
  24. font-weight: 800;
  25. list-style: none;
  26. a{
  27. color: $blue-dark;
  28. font-size: 1.5rem;
  29. margin-top: 0;
  30. }
  31. }
  32. }
  33. // .twitter::before {
  34. // font-family: "Font Awesome 5 Brands"; content: "\f099";
  35. // }
  36. }