_email-variables.less 794 B

123456789101112131415161718192021
  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. // Example usage:
  13. // @link__color: @color-dark-green1;
  14. // @link__text-decoration: underline;
  15. //
  16. // @email__background-color: @color-heathered-grey; // Change background to darker grey color
  17. // Should be EMPTY.