?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/wdp/wp-content/plugins/redux-framework/redux-core/inc/fields/section/



?? Go up: /home/webdevt/www/wdp/wp-content/plugins/redux-framework/redux-core/inc/fields

?? Viewing: redux-section.scss

.redux-main {
    .form-table-section-indented {
        width: 95%;
        margin-left: 5% !important;
    }

    .form-table-section tr:first-of-type th:first-of-type {
        padding: 0 !important;
    }

    h3 {
        margin-top: 10px;
    }

    .form-table-section-indented > tbody > tr {
        &:first-child {
            display: none;
        }

        &:nth-last-child(2) {
            border-bottom: 0;
        }
    }
}



??

??