Sha256: c7c04c4c117decac6d8f31ea6b8a040215b0c367a75e76659d65cbca96afc74e
Contents?: true
Size: 484 Bytes
Versions: 5
Compression:
Stored size: 484 Bytes
Contents
.label { background-color: $black-hint; border-radius: 2px; color: $white-text-solid; display: inline; font-size: 75%; font-style: normal; font-weight: $font-weight-normal; line-height: 1; padding: 0.2em 0.6em; vertical-align: baseline; white-space: nowrap; } // colour @each $color in $palette-list-class { $i: index($palette-list-class, $color); .label-#{$color} { background-color: nth($palette-list-color, $i); color: nth($palette-list-text, $i); } }
Version data entries
5 entries across 5 versions & 1 rubygems