/*
 * 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_data_group_coreshop {
    background: url(../img/logo.svg) center center no-repeat !important;
}

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

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

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

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