/*
 * CoreShop
 *
 * This source file is available under two different licenses:
 *  - GNU General Public License version 3 (GPLv3)
 *  - CoreShop Commercial License (CCL)
 * Full copyright and license information is available in
 * LICENSE.md which is distributed with this source code.
 *
 * @copyright  Copyright (c) CoreShop GmbH (https://www.coreshop.com)
 * @license    https://www.coreshop.com/license     GPLv3 and CCL
 *
 */

.coreshop_icon_notification_rule {
    background: url(../img/notification-rule.svg) center center no-repeat !important;
}

.coreshop_nav_icon_notification_rule {
    background: url(../img/notification-rule.svg) center center no-repeat !important;
}

body.pimcore_version_11 .coreshop_nav_icon_notification_rule {
    background: url(../img/notification-rule_white.svg) center center no-repeat !important;
}

.coreshop_rule_icon_action_mail {
    background: url(../img/mail.svg) center center no-repeat !important;
}
