footer.less 981 B

1234567891011121314151617181920212223242526272829303132333435363738
  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. @media(max-width: @size-mobile){
  16. font: 12px/20px "Golos Text",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Ubuntu,Arial,sans-serif;
  17. }
  18. }
  19. .socials{
  20. .socials__list{
  21. display: flex;
  22. }
  23. .icon{
  24. fill: #B7A8A8;
  25. width: 24px;
  26. height: 14px;
  27. }
  28. }
  29. .footer__bottom{
  30. background: white;
  31. padding: 8px 0;
  32. font: 12px/18px "Golos Text",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Ubuntu,Arial,sans-serif;
  33. color: #a8a8a8;
  34. a{
  35. color: #a8a8a8;
  36. }
  37. }
  38. }