_variables.less 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. // /**
  2. // * Copyright © Magento, Inc. All rights reserved.
  3. // * See COPYING.txt for license details.
  4. // */
  5. //
  6. // Luma theme variables
  7. // _____________________________________________
  8. //
  9. // Typography
  10. // ---------------------------------------------
  11. // Fonts
  12. @font-family-name__base: 'Open Sans';
  13. @font-family__base: @font-family-name__base, @font-family__sans-serif;
  14. // Colors nesting
  15. @page__background-color: @color-white;
  16. //
  17. // Icons
  18. // ---------------------------------------------
  19. @icon-success: '\e60e';
  20. @icon-error: '\e61f';
  21. @icon-edit: '\e601';
  22. @icon-print: '\e624';
  23. @icon-star-empty: '\e625';
  24. @icon-download: '\e626';
  25. @icon-private: '\e629';
  26. @icon-present: '\e62a';
  27. @icon-gift-registry: '\e62b';
  28. @icon-calendar__font-size: 23px;
  29. //
  30. // Sidebar
  31. // ---------------------------------------------
  32. @sidebar__background-color: @color-white-smoke; // Used in cart sidebar, Checkout sidebar, Tier Prices, My account navigation, Rating block background
  33. //
  34. // Sidebar blocks
  35. // ---------------------------------------------
  36. @block-items__counter__color: @color-gray43;