/*
 * 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)
 *
 */

[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;
}