Your IP : 216.73.216.162


Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/
Upload File :
Current File : /home/x/b/o/xbodynamge/namtation/wp-content/dashboard.scss.tar

home/xbodynamge/lebauwcentre/wp-content/themes/customify/assets/sass/admin/dashboard.scss000064400000031256151150013400026102 0ustar00$dashboard_width: 930px;
$dashboard_border_color: #e5e5e5;

@mixin cd_mobile(){
    @media screen and (max-width: 782px) {
       @content;
    }
}

@mixin clear_after(){
   &:after{
       content: ''; clear: both; display: block;
   }
}

.appearance_page_customify #wpcontent {
    padding-left: 0;
    .wrap {
        margin: 10px 20px 0 20px;
        @include cd_mobile(){
            margin-right: 12px;
            margin-left: 12px;
        }
    }
}

.cd-hide {
    display: none !important;
}
.cd-hidden-heading {
    display: none;
}
.cd-branding {
    display: inline-block;
    text-decoration: none;
    outline: none;
    vertical-align: middle;
    img {
        max-width: 150px;
        display: block;
    }
}
.cd-version {
    background-color: #e5e5e5;
    padding: 2px 7px;
    border-radius: 3px;
    margin-left: 10px;
}
.cd-top-link {
    margin-left: 10px;
}

.cd-row {
    max-width: $dashboard_width;
    margin: 0 auto;
    box-sizing: border-box;
    * {
        box-sizing: border-box;
    }
    @include clear_after();
    &.metabox-holder {
        margin-top: 20px;
    }
}

.cd-header {
    background: #ffffff;
    padding: 18px 15px;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    .cd-header-inner {
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 auto;
        width: 100%;
        align-items: center;
    }
}
.cd-main {
    width: 70%;
    float: left;
    padding-right: 30px;
    @include cd_mobile(){
        width: 100%;
        float: none;
        padding-right: 0px;
    }
}
.cd-sidebar {
    width: 30%;
    float: right;
    @include cd_mobile(){
        width: 100%;
        float: none;
    }
}

.cd-box {
    border: 1px solid $dashboard_border_color;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    background: #fff;
    margin-bottom: 30px;
    @include cd_mobile(){
        margin-bottom: 15px;
    }
    .cd-box-top {
        border-bottom: 1px solid #eee;
        font-size: 14px;
        padding: 12px 15px;
        font-weight: 600;
        .cd-upgrade {
            float: right;
        }
    }

    .cd-box-content {
        padding: 15px;
        p {
            margin-top: 0px;
        }
    }
    .cd-sites-thumb img{
        width: 100%;
        height: auto;
        border-bottom: 1px solid #eee;
    }
}

.cd-list-flex {
    list-style: none;
    @include clear_after();
    margin: -15px;
    a {
        text-decoration: none;
    }
    li {
        width: 50%;
        float: left;
        border-bottom: 1px solid #eee;
        margin-bottom: 0px;
        border-right: 1px solid #eee;
        padding: 12px 15px;
        &:nth-child(2n) {
            border-right: 0px none;
        }
    }
}

.action-btn {
    display: inline-block;
}
.plugin-detail {
    display: inline-block;
    margin: 0 10px;
}

.cd-modules {
    &.cd-box-content {
        padding: 0px;
    }

    .cd-module-item {
        display: flex;
        padding: 16px 15px;
        border-bottom: 1px solid #eee;
        &.cd-sub-module {
            padding-left: 50px;
        }
        &:last-child {
            margin-bottom: 0px;
        }
    }
    .cd-module-toggle{
        flex-basis: 40px;
        display: block;
        float: left;
    }
    .cd-module-info {
        flex-basis: 100%;
        position: relative;
        padding-right: 100px;
        .cd-module-name {
            font-weight: 500;
            .cd-toggle-disable-notice {
                font-weight: 400;
                margin-left: 15px;
                font-style: italic;
            }
        }
    }
    .cd-module-desc {
        margin-top: 10px;
        font-style: italic;
    }
    .cd-module-doc-link {
        position: absolute;
        top: 0px;
        right: 0px;
    }
}

// OnOff Button
.onoffswitch {
    position: relative; width: 25px;
    display: inline-block;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none !important;
}
.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 0px none;
    border-radius: 10px;
    position: relative;
    top: 3px;
    transition: all 0.3s ease-in 0s;
    opacity: 1;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left;
    width: 50%; height: 15px; padding: 0;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "";
    padding-left: 10px;
    background-color: #00aadc; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "";
    padding-right: 10px;
    background-color: #a8bece;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 11px; margin: 0px 3px 0px 1px;
    background: #FFFFFF;
    position: absolute; top: 2px; bottom: 2px;
    right: 8px;
    border-radius: 10px;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}
.onoffswitch-checkbox:disabled + .onoffswitch-label {
    opacity: 0.4;
    cursor: default;
}

// Toast

.toast-title {
    font-weight: bold;
}
.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.toast-message a,
.toast-message label {
    color: #ffffff;
}
.toast-message a:hover {
    color: #cccccc;
    text-decoration: none;
}
.toast-close-button {
    position: relative;
    right: -2px;
    top: -2px;
    float: right;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    -webkit-text-shadow: 0 1px 0 #ffffff;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.8;
    background: none;
    border: none;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
}
.toast-close-button:hover,
.toast-close-button:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40);
}

.toast-top-right {
    top: 60px;
    right: 12px;
}
#toast-container {
    position: fixed;
    z-index: 999999;
    /*overrides*/

}
#toast-container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#toast-container > div {
    position: relative;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 7px 7px 7px 40px;
    line-height: 24px;
    background-size: 16px 16px;
    width: 260px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #999999;
    -webkit-box-shadow: 0 0 12px #999999;
    box-shadow: 0 0 12px #999999;
    color: #ffffff;
    filter: alpha(opacity=80);
}
#toast-container > div:hover {
    -moz-box-shadow: 0 0 12px #000000;
    -webkit-box-shadow: 0 0 12px #000000;
    box-shadow: 0 0 12px #000000;
    opacity: 1;
    cursor: pointer;
}
#toast-container > .toast-info {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-error {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}
.toast {
    background-color: #030303;
}
.toast-success {
    background-color: #51a351;
}
.toast-error {
    background-color: #bd362f;
}
.toast-info {
    background-color: #2f96b4;
}
.toast-warning {
    background-color: #f89406;
}
.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000000;
    opacity: 0.4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40);
}

.cd-list-item {
    margin: 0 -15px;
    padding: 15px 15px 15px;
    border-bottom: 1px solid #eee;
    &:first-child {
        padding-top: 0px;
    }
    &:last-child {
        border-bottom: 0px;
        padding-bottom: 0px;
    }
    .cd-list-name {
        font-weight: 500;
    }
    .cd-list-desc {
        margin-bottom: 1em;
    }
    .rcp {
        margin-bottom: 0px;
        p {
            margin-bottom: 0px;
        }
    }
}

/*Admin notice*/
.customify-notice-wrapper {
    &.notice {
        padding: 10px !important;
        border-left: 0px;
        .notice-dismiss {
            top: 5px;
            right: 5px;
        }
    }
}
.customify-notice {
    display: flex;
    align-items: center;
    background: #fff8E5;
    padding: 20px;
    a {
        color: #f56e28;
        font-weight: 600;
    }
    .customify-notice-img {
        padding-right: 30px;
        padding-left: 15px;
        img {
            max-width: 140px;
        }
    }
    .customify-notice-content {
        flex-basis: 100%;
    }

    .customify-notice-heading {
        font-size: 18px;
    }
}

.cd-box-content {
    input[type="text"],
    input[type="number"],
    input[type="password"],
    input[type="email"],
    input[type="email"]{
        display: block;
        max-width: 100%;
    }
}

.customify-msg {
    .error {
        color: #dc3232;
    }
    .success {
        color: #46b450;
    }
}

.copy-settings-form {
	.submit-field {
		margin-top: 10px;
	}
}

.copy-theme-settings {
	position: relative;
}