Sha256: be6c74808cfa43d3aa3fcf1161f226e0c69f8bfa7ed3c4f7e796227dad8ca81a
Contents?: true
Size: 630 Bytes
Versions: 5
Compression:
Stored size: 630 Bytes
Contents
/*------------------------------------*\ #SWATCH-FACET \*------------------------------------*/ /** * Each `.swatch-facet` also receives an ID modifier class, in order to offer * more granular control over the component, if needed. Since this is a * dynamically generated value, they are not listed here. */ $swatch-facet-height: 20px !default; $swatch-facet-width: 20px !default; .swatch-facet { display: inline-block; width: $swatch-facet-width; height: $swatch-facet-height; text-decoration: none; vertical-align: bottom; } .swatch-facet--hex {} .swatch-facet--image {} .swatch-facet--empty {}
Version data entries
5 entries across 5 versions & 1 rubygems