/*
 * CoreShop
 *
 * This source file is available under the terms of the
 * 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    CoreShop Commercial License (CCL)
 *
 */

.pimcore_icon_coreShopPaymentProvider,
.coreshop_icon_payment_provider {
    background: url(../img/payment-provider.svg) center center no-repeat !important;
}

.coreshop_nav_icon_payment_provider {
    background: url(../img/payment-provider.svg) center center no-repeat !important;
}

body.pimcore_version_11 .coreshop_nav_icon_payment_provider {
    background: url(../img/payment-provider_white.svg) center center no-repeat !important;
}

.coreshop_nav_icon_payment_provider_rule {
    background: url(../img/payment-provider-rule.svg) center center no-repeat !important;
}

body.pimcore_version_11 .coreshop_nav_icon_payment_provider_rule,
.coreshop_rule_icon_action_paymentProviderRule,
.coreshop_rule_icon_condition_paymentProviderRule {
>>>>>>> 3.2
    background: url(../img/payment-provider-rule_white.svg) center center no-repeat !important;
}

.coreshop_icon_report_payments, .coreshop_icon_payment {
    background: url(../img/payments.svg) center center no-repeat !important;
}
