Sha256: 33c4eb0c084d3c3fe7cb74d941dc23dd62c66f46683867fae4308150871600e5
Contents?: true
Size: 399 Bytes
Versions: 2
Compression:
Stored size: 399 Bytes
Contents
.label { background-color: $black-sec; border-radius: 2px; color: $white; display: inline; font-size: 75%; font-style: normal; font-weight: 400; line-height: 1; padding: 0.2em 0.6em; vertical-align: baseline; white-space: nowrap; } // colour @each $color in $palette-list { $i: index($palette-list, $color); .label-#{$color} { background-color: nth($palette-color, $i); } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
material-sass-0.0.3 | app/assets/stylesheets/material/element/_label.scss |
material-sass-0.0.2 | app/assets/stylesheets/material/element/_label.scss |