footer.less 826 B

1234567891011121314151617181920212223242526272829303132333435
  1. .footer{
  2. margin-top: 30px;
  3. background-color: #eaeaea;
  4. color: #878787;
  5. padding: 30px 0 0 0;
  6. .footer-nav__item{
  7. a{
  8. font: 12px/25px "Golos Text",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Ubuntu,Arial,sans-serif;
  9. color: #5a748b;
  10. }
  11. }
  12. .footer-top__about{
  13. font: 10px/16px "Golos Text",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Ubuntu,Arial,sans-serif;
  14. color: #878787;
  15. }
  16. .socials{
  17. .socials__list{
  18. display: flex;
  19. }
  20. .icon{
  21. fill: #B7A8A8;
  22. width: 24px;
  23. height: 14px;
  24. }
  25. }
  26. .footer__bottom{
  27. background: white;
  28. padding: 8px 0;
  29. font: 12px/18px "Golos Text",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Ubuntu,Arial,sans-serif;
  30. color: #a8a8a8;
  31. a{
  32. color: #a8a8a8;
  33. }
  34. }
  35. }