Sha256: 58c33b53fa7716ec684ed0e4fbd28b22ef21bb3a78abe0bbb4ef45eb38235cc7
Contents?: true
Size: 422 Bytes
Versions: 72
Compression:
Stored size: 422 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
72 entries across 46 versions & 4 rubygems