File "_card.scss"

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

.mdc-card {
    background: #FFF;
    .mdc-theme--dark & {
        background: rgba(255,255,255,0.15);
    }
}
.mdc-card__media--img {
    padding: 0;
    height: auto;
    img {
        width: 100%;
        height: auto;
    }
}
.cf7md-card-content {
    padding-bottom: 0 !important;
    p {
        margin: 16px 0;
    }
}