Sha256: b9b3d105b8ca4b7522c1361e5734b54cfc5afd66ab8cf55bdea4d02b17f78004

Contents?: true

Size: 736 Bytes

Versions: 2

Compression:

Stored size: 736 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: 16px !default;
$swatch-facet-width:  16px !default;

.swatch-facet {
    display: inline-block;
    margin: ($spacing-unit / 2) $spacing-unit ($spacing-unit / 2) 0;
    width: $swatch-facet-width;
    height: $swatch-facet-height;
    text-decoration: none;
    vertical-align: middle;
    border: 1px solid $border-color;
}

.swatch-facet--hex {}
.swatch-facet--image {}
.swatch-facet--empty {}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
workarea-one_theme-1.3.1 app/assets/stylesheets/workarea/storefront/swatches/components/_swatch_facet.scss
workarea-one_theme-1.3.0 app/assets/stylesheets/workarea/storefront/swatches/components/_swatch_facet.scss