custom_theme.less 473 B

12345678910111213141516171819202122
  1. @import url(https://fonts.googleapis.com/css?family=Open+Sans:700,400);
  2. /*Font*/
  3. @font-family: 'Open Sans', sans-serif;
  4. @font-size-base: 14px;
  5. @font-size-body: 14px;
  6. @title: 18px;
  7. /*Color*/
  8. @header-bg: #fff;
  9. @theme: #c38647;
  10. @light-color: #ffffff;
  11. @dark-color: #393939;;
  12. @body-color: #393939;
  13. @footer-bg: #161b1e;
  14. @footer-text: #b3b3b3;
  15. @new-label-color: #39b54a;
  16. @sale-label-color: #f7941d;
  17. @text-muted : #9E9E9E;
  18. /*img*/
  19. @img-path: '../img/';