/
githubmirror
/
magento2
Обзор
Документация
Войти
/
githubmirror
/
magento2
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
2.4-develop
lib/web/css/source/_email-variables.less
21 строка
752 B
Alexandra Zota
ACP2E-4019: CE copyright updates for 2.4.9-beta1
22 окт 2025, 10:58
22 окт 2025, 10:58
3d4f486
Код
Авторство
О чём код?
// /** // * Copyright 2015 Adobe // * All Rights Reserved. // */ // // Email variable overrides // _____________________________________________ // This file should be used to set theme-specific variables for emails. // By default, emails will inherit variables from the Magento UI Library and the _theme.less and _variables.less files // in a custom theme. Use this file if you want to set specific variables for emails. // For example, you can make the email font, typography, colors, etc unique from the frontend theme. // Example usage: // @link__color: @color-dark-green1; // @link__text-decoration: underline; // // @email__background-color: @color-heathered-grey; // Change background to darker grey color // Should be EMPTY.