File "_gdpr-consent.scss"

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

#fs_marketing_optin
{
    display:     none;
    margin-top:  10px;
    border:      1px solid #ccc;
    padding:     10px;
    line-height: 1.5em;

    .fs-message
    {
        display:       block;
        margin-bottom: 5px;
        font-size:     1.05em;
        font-weight:   600;
    }

    &.error
    {
        border:     1px solid $fs-logo-magenta-color;
        background: #fee;

        .fs-message
        {
            color: $fs-logo-magenta-color;
        }
    }

    .fs-input-container
    {
        margin-top: 5px;

        label
        {
            margin-top: 5px;
            display:    block;

            input
            {
                float:  left;
                margin: 1px 0 0 0;
            }

            &:first-child
            {
                display:       block;
                margin-bottom: 2px;
            }
        }
    }

    .fs-input-label
    {
        display:     block;
        margin-left: 20px;

        .underlined
        {
            text-decoration: underline;
        }
    }
}

.rtl
{
    #fs_marketing_optin
    {
        .fs-input-container
        {
            label input
            {
                float: right;
            }
        }

        .fs-input-label
        {
            margin-left:  0;
            margin-right: 20px;
        }
    }
}