Sha256: 94f05d8d2184a717b547c44dbefaef7b9721780959bbd138daf7f076efbb0357
Contents?: true
Size: 414 Bytes
Versions: 18
Compression:
Stored size: 414 Bytes
Contents
// LABELS // ------ .label { padding: 1px 3px 2px; font-size: @baseFontSize * .75; font-weight: bold; color: @white; text-transform: uppercase; background-color: @grayLight; .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
18 entries across 18 versions & 6 rubygems