File "_page.scss"

Full Path: /home/vantageo/public_html/cache/cache/cache/cache/cache/cache/.wp-cli/wp-content/plugins/material-design-for-contact-form-7/v1/scss/admin/_page.scss
File size: 568 bytes
MIME-type: text/plain
Charset: utf-8

.cf7md-page {
    margin-left: -20px;
    -webkit-font-smoothing: antialiased;
}
.cf7md-main {
    @extend .cf;
    padding: $base-v-space * 4;
}
.cf7md-content {
    float: left;
    width: calc(60% - #{$base-v-space * 4});
    margin-right: $base-v-space * 4;
    min-width: 400px;
}
.cf7md-aside {
    float: left;
    width: 40%;
    min-width: 300px;
}

// Notices
.cf7md-page {
    .update-nag, .fs-notice, .notice, .notice-warning, .notice-error, .notice-success, .notice-info, .error, .updated {
        strong {
            font-weight: 500;
        }
    }
}