cit-upload-modal.less 1.79 KB
Newer Older
Ken you's avatar
Ken you committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98
@import "~/app-resources/css/admin-theme.less";

.edit-template-modal-wrapper {

    .radio-wrapper {
        margin-left: 0px;
    }

    .control-label {
        width: 100px!important;
        font-weight: normal;
        padding-left: 15px!important;
        padding-right: 0px!important;
        text-align: left;
    }

    .normal-label {
        font-weight: normal;
        padding-left: 0px!important;
        padding-right: 0px!important;

        input[type="radio"] {
            margin: 0px 0.5em 0px 0px;
        }
    }

    .col-sm-5,
    .col-sm-7,
    col-sm-9 {
        padding-left: 0px!important;
        padding-right: 0px!important;
    }

    .upload-sheet-wrapper {
        padding-left: 0;
        padding-right: 32px;
    }

    .checkbox {
         margin-left: 100px;
    }
}

.edit-template-name-wrapper {
    .modal-content {
        width: 400px!important;
    }

    .must-input {
        color: red;
    }
    .control-label {
        width: 100px !important;
        font-weight: normal;
        padding-left: 15px;
        padding-right: 0px;
        text-align: left;
    }

    .col-sm-8 {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.margin-find{
    margin: -10px -10px 10px -10px;
}

.margin-sheet{
    margin: -10px -10px 10px -20px;
}

.tree-view-list {
    .dx-checkbox-container {
        padding: 4px;

        .dx-checkbox-icon {
            height: 16px;
            width: 16px;
        }

        .dx-checkbox-icon {
            font-size: 14px;
        }
    }

    .dx-checkbox-indeterminate .dx-checkbox-icon:before {
        width: 14px;
        height: 14px;
        left: 0px;
        top: 0px;
    }
}

.search-box {
    margin: 6px -10px -10px -10px;
}