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

Version Path
workarea-nvy_theme-1.2.1 app/assets/stylesheets/workarea/storefront/swatches/components/_swatch_facet.scss
workarea-nvy_theme-1.2.0 app/assets/stylesheets/workarea/storefront/swatches/components/_swatch_facet.scss
workarea-nvy_theme-1.1.4 app/assets/stylesheets/workarea/storefront/swatches/components/_swatch_facet.scss
workarea-nvy_theme-1.1.3 app/assets/stylesheets/workarea/storefront/swatches/components/_swatch_facet.scss
workarea-nvy_theme-1.1.2 app/assets/stylesheets/workarea/storefront/swatches/components/_swatch_facet.scss