File "_themes.scss"

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

.theme-browser
{
    .theme
    {
        .fs-premium-theme-badge
        {
            position:       absolute;
            top:            10px;
            right:          0;
            background:     $fs-logo-green-color;
            color:          #fff;
            text-transform: uppercase;
            padding:        5px 10px;
            @include border-radius(3px 0 0 3px);
            font-weight:    bold;
            border-right:   0;
            @include box-shadow(0 2px 1px -1px rgba(0, 0, 0, .3));
            font-size:      1.1em;
        }
    }
}