File "_auto-install.scss"

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

.fs-modal-auto-install
{
    $max-width: 300px;

    #request-filesystem-credentials-form
    {
        h2,
        .request-filesystem-credentials-action-buttons
        {
            display: none;
        }

        input[type=password],
        input[type=email],
        input[type=text]
        {
            -webkit-appearance: none;
            padding:            10px 10px 5px 10px;
            width:              $max-width;
            max-width:          100%;
        }

        > div,
        label,
        fieldset
        {
            width:     $max-width;
            max-width: 100%;
            margin:    0 auto;
            display:   block;
        }
    }
}