Sha256: 6083b1a6fe4eafd4eaa81a7421488609b3fdbabcb80ba4d446eed6395bfbe883
Contents?: true
Size: 798 Bytes
Versions: 4
Compression:
Stored size: 798 Bytes
Contents
$progress-rounding: 10px; .progress { height: 15px; border-radius: $progress-rounding; background-color: $color-background; } .progress-bar, .progress-bar-default { line-height: 17px; // line height centers the label vertically text-align: right; background-color: $color-secondary; border-top-right-radius: $progress-rounding; border-bottom-right-radius: $progress-rounding; .progress-label { padding-right: 5px; } } .progress-bar-success, .progress-bar-primary { background-color: $color-primary; } .progress-bar-info, .progress-bar-secondary { background-color: $color-secondary; } .progress-bar-accent { background-color: $color-accent; } .progress-bar-warning { background-color: $color-warning; } .progress-bar-danger { background-color: $color-danger; }
Version data entries
4 entries across 4 versions & 1 rubygems