Sha256: 5448906e065c7ab9778323085e10620ef14ee1a759ad52fea8288987320637aa
Contents?: true
Size: 421 Bytes
Versions: 7
Compression:
Stored size: 421 Bytes
Contents
// LABELS // ------ .label { padding: 1px 3px 2px; font-size: $baseFontSize * .75; font-weight: bold; color: $white; text-transform: uppercase; background-color: $grayLight; @include border-radius(3px); } .label-important { background-color: $errorText; } .label-warning { background-color: $orange; } .label-success { background-color: $successText; } .label-info { background-color: $infoText; }
Version data entries
7 entries across 7 versions & 3 rubygems