HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/TDijk1/erp-apps.eu/wwwroot/App_Themes/Default/CMSComponents/combination-panel.less
// MVT Combination panel

.mvt-combination-panel {
    padding: (0.5 * @base-unit) @base-unit;
    background-color: @color-gray-150;

    .combination-selector {
        .inline-input();
        margin-right: 0px;

        select {
            width: @base-unit * 12;
        }
    }

    .chk-enabled {
        padding-right: @base-unit * 2;
    }

    .btn-use-combination {
        margin: 0 (@base-unit * 0.75) !important;
    }

    .control-label {
        width: auto;
    }
}

.mvt-combination-panel-warning {
    &.alert {
        display: block;
        line-height: @base-unit;
        margin: 0;
        padding: (@base-unit * 0.5) @base-unit;

        i {
            font-size: @base-unit;
        }
    }
}