Sha256: b816c8af0c79649c514107ab5cc77154418420aec92bf89b7e028ca2967e4b1f
Contents?: true
Size: 792 Bytes
Versions: 16
Compression:
Stored size: 792 Bytes
Contents
// - - - - - - - - - - - - - - - - - - - - - - - - - // Labels // - - - - - - - - - - - - - - - - - - - - - - - - - @mixin CHAMELEON-labels { .label { @extend %font-family-primary; border-radius: 0; color: #fff; display: inline-block; font-size: rem-calc(11px); font-weight: 700; height: 21px; letter-spacing: 0; line-height: 1.1em; padding: 4px 14px; text-align: center; text-transform: uppercase; width: auto; &--success { background-color: $color-success; } &--warning { background-color: $color-warning; } &--danger { background-color: $color-danger; } &--information { background-color: $color-information; } &--beta { background-color: $color-beta; } } }
Version data entries
16 entries across 16 versions & 2 rubygems