<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * 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.org)
 * @license    https://www.coreshop.org/license     GPLv3 and CCL
 *
 */

[class*=coreshop_rule_icon_condition] {
    background: url(../img/api.svg) center center no-repeat !important;
}

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

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

.pimcore_rule_disabled {
    background: url(../img/warning.svg) center right no-repeat !important;
    background-size: 10% 60% !important;
    color: #717171;
    font-style: italic;
}

.pimcore_rule_disabled.standalone {
    display: block;
    float: right;
    height: 14px;
    width: 14px;
    background-size: 100% !important;
    margin: 3px 0 0 5px;
    padding: 0;
}</pre></body></html>