Sha256: 65b929357685a7d98aeeca0210ae19ba868e214f9c05d320a807293991f74505
Contents?: true
Size: 502 Bytes
Versions: 5
Compression:
Stored size: 502 Bytes
Contents
/*------------------------------------*\ #OPTION-BUTTON \*------------------------------------*/ /** * Extend the `.option-button` class from Workarea to include a swatch option. * * 1. These dimensions match the :small_thumb processor as configured out of the * box */ $option-button-swatch-height: 32px !default; /* [1] */ $option-button-swatch-width: 32px !default; /* [1] */ .option-button__swatch { width: $option-button-swatch-width; height: $option-button-swatch-height; }
Version data entries
5 entries across 5 versions & 1 rubygems