Sha256: 166434cd3cd8c1b2d7f1020f6c5a57f42a918c8d15064fc60fb87d3a0e9b3de6
Contents?: true
Size: 538 Bytes
Versions: 3
Compression:
Stored size: 538 Bytes
Contents
.colour-coordinated-list{ margin: $base-margin $base-margin*0.5; padding: $base-padding*0.5 $base-padding; list-style-type: none; &.good{ //I will be making a bug for the devs to change the way the JS uses these classes so we can rename to something a bit better -KR border-left: 9px solid $brand-green; } &.fair{ border-left: 9px solid $orange; } &.poor{ border-left: 9px solid $brand-red; } &.unreported{ border-left: 9px solid $smoke; } &.closed{ border-left: 9px solid $black; } }
Version data entries
3 entries across 3 versions & 1 rubygems