File "_badge.scss"

Full Path: /home/attunedd/public_html/byp/wp-content/plugins/wpide/freemius/assets/scss/admin/_badge.scss
File size: 371 bytes
MIME-type: text/plain
Charset: utf-8

.fs-badge
{
    position:       absolute;
    top:            10px;
    right:          0;
    background:     $fs-logo-green-color;
    color:          white;
    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));
}