File "redux-repeater.scss"

Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/kapee-extensions/inc/admin/redux-core/inc/extensions/repeater/repeater/redux-repeater.scss
File size: 2.43 KB
MIME-type: text/plain
Charset: utf-8

.redux-container-repeater {
    padding: 15px 20px;
    margin-bottom: 7px;
    padding-top: 0;

    h4 {
        margin: 5px 0px 0px 0px;
        &:first-child {
            margin-top: 0px;
        }
    }

    .description {
        margin: 5px 0 5px 0px;
    }

    .redux-repeater-accordion {
        width: 100%;
    }

    .redux-repeater-accordion .ui-state-focus{
        outline: none;
    }

    .redux-repeater-accordion-repeater {
        margin-bottom: 10px;
    }

    .redux-repeater-accordion-repeater > div {
        border: 1px solid #dfdfdf !important;
        border-radius: 0 !important;
        margin-top: 0px !important;
        padding: 10px;
    }

    .redux-repeater-accordion-repeater h3.ui-accordion-header {
        border: 1px solid #dfdfdf;
        cursor: move;
        font-weight: bold;
        padding: 0 10px;
        height: 40px;
        line-height: 40px;
        background-color: #f1f1f1;
        background-image: -ms-linear-gradient(top, #f9f9f9, #ececec);
        background-image: -moz-linear-gradient(top, #f9f9f9, #ececec);
        background-image: -o-linear-gradient(top, #f9f9f9, #ececec);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ececec));
        background-image: -webkit-linear-gradient(top, #f9f9f9, #ececec);
        background-image: linear-gradient(to bottom, #f9f9f9, #ececec);
        overflow: hidden;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -moz-box-shadow: inset 0 1px 0 #fff;
        -webkit-box-shadow: inset 0 1px 0 #fff;
        box-shadow: inset 0 1px 0 #fff;
        text-align: center;
        margin-bottom:0;
    }
    .redux-repeaters-add {
        float: right;
        &:after {
            clear: both;
        }
    }
    .redux-repeaters-remove {
        color: #ef521d !important;
        float: right;
        &:after {
            clear: both;
        }
    }
    .redux-repeater-header {
        font-weight: bold;
    }
    .redux_repeaters_add_remove {
        margin-bottom: 10px;
    }
    .redux-field-container {
        padding: 0 0 10px 0;
    }
    .redux-field-container:last-child {
        padding-bottom: 0;
    }
    .ui-accordion .ui-accordion-content {
        padding: 1em;
    }
    .redux-container-sorter {
        margin-right: 0 !important;
    }
}

#poststuff .redux-container-repeater h3 {
    padding: 0;
    cursor: move !important;
    line-height: 40px;
}