/**
 * 2022-2023 Weblytic Labs
 *
 * All rights reserved,
 *
 * @category   Weblytic Extensions
 * @package    Wbl_MinimumOrderAmount Module
 * @author     WeblyticLabs <support@weblyticlabs.com>
 * @copyright  Copyright (c) 2022-2023 Weblytic Labs (https://weblyticlabs.com)
 * @store      Buy online at https://store.weblyticlabs.com
 * @license    One Paid Licence For One Website. No Rent. No Sell. No Share.
 */

.admin__menu .level-0.item-minimumorderamount > a:before {
    content: url('../images/icon.png');
    padding-bottom: 30px;
}

.Weblytic-logo-small .title{
    background-image:url('../images/weblytic-logo-small.png')!important;
    padding: 17px 0 0 40px;
    background-position-x: 6px!important;
    width: 100%;
    height: 50px!important;
    content: '';
    display: inline-block;
    margin-right: 1px;
    vertical-align: bottom;
    background-repeat: no-repeat!important;
    background-position-y: center !important;
}
