@import './base/bootstrap';
@import './base/bootstrap-extended';
@import './base/colors';
@import './base/components';

//Element UI
@import '~element-ui/packages/theme-chalk/src/index';

// Template Themes
@import './base/themes/dark-layout';
@import './base/themes/bordered-layout';
@import './base/themes/semi-dark-layout';

@import '~bs-stepper/dist/css/bs-stepper.css';

.wrapper-modules {
    height: 300px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    min-width: 600px;
    .modules {
        min-width: 250px;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
    }
    .components {
        width: 100%;
    }
    ul {
        padding-left: 0;
        list-style: none;
        margin-bottom: 0;
    }
    li {
        display: block;
        display: flex;
        justify-content: space-between;
        padding: 6px 8px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        &:last-of-type {
            border-bottom: none;
        }
        .el-checkbox__label {
            font-size: 13px;
            font-weight: 400;
        }
    }
}