Sha256: 4d32c8280b8395ad17b9cd0b32ae0c46196bd0dfe7a26b34cf128c2f9a8eadef
Contents?: true
Size: 722 Bytes
Versions: 9
Compression:
Stored size: 722 Bytes
Contents
.uniformLabel{ display:inline-block; vertical-align:baseline; padding: 0.0714em 0.357em 0.0714em; border: 0.1em solid color('gray-darker'); color: color('gray-darker'); border-radius: 0.3em; line-height: 1.2; &.-fill{ border: none; background: rgba(color('gray-darker'), 0.15); color: color('gray-darker'); padding: 0.1714em 0.457em 0.1714em; } &.-round{ border-radius: 1em; } &.pad-more{ padding: 0.0714em 0.5em; } } @include colors('.uniformLabel.', ('border-color' 'color')); @each $key, $value in $colors { @include size-rules(".uniformLabel.-fill.-#{$key}"){ background-color: rgba($value, 0.15); } }
Version data entries
9 entries across 9 versions & 1 rubygems