_email-variables.less 772 B

1234567891011121314151617181920212223
  1. // /**
  2. // * Copyright © Magento, Inc. All rights reserved.
  3. // * See COPYING.txt for license details.
  4. // */
  5. //
  6. // Email variable overrides
  7. // _____________________________________________
  8. // This file should be used to set theme-specific variables for emails.
  9. // By default, emails will inherit variables from the Magento UI Library and the _theme.less and _variables.less files
  10. // in a custom theme. Use this file if you want to set specific variables for emails.
  11. // For example, you can make the email font, typography, colors, etc unique from the frontend theme.
  12. // Structure
  13. @email-body__width: 660px;
  14. @email-body__padding: @indent__m;
  15. // Colors
  16. @email__background-color: @color-white-smoke;
  17. // Headings
  18. @h3__font-weight: @heading__font-weight__base;