File "redux-sorter.scss"

Full Path: /home/elegucvf/public_html/video/wp-content/plugins/atlas-core/framework/redux-core/inc/fields/sorter/redux-sorter.scss
File size: 1.86 KB
MIME-type: text/plain
Charset: utf-8

.redux-container-sorter {
    margin-right: -20px;

    ul {
        background: #f9f9f9;
        border: 1px solid #e3e3e3;
        min-height: 40px;
        padding: 10px 10px 0;
        width: 145px;
        float: left;
        margin: 0 15px 0 0;

        &.filled {
            opacity: 0.7;
            filter: alpha(opacity=70); /* For IE8 and earlier */
            background: #efecec;
        }

        li {
            border: 1px solid #dfdfdf;
            cursor: move;
            font-weight: bold;
            margin-bottom: 10px !important;
            padding: 0 10px;
            height: 40px;
            line-height: 40px !important;
            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;

            h3 {
                margin: 0 0 10px;
                text-align: center;
                color: #777;
                text-transform: capitalize;
                word-wrap: break-word;
            }

            &.placeholder {
                height: 40px;
            }
        }
    }
}

.wp-customizer {
    .redux-container-sorter ul {
        width: 85%;
        margin: 0 0 5px 0;
    }
}