Sha256: 861c81d4a134c9b97e59a0cd03000c90c8829708f416d20df368836d980871ad

Contents?: true

Size: 615 Bytes

Versions: 62

Compression:

Stored size: 615 Bytes

Contents

/*------------------------------------*\
    #OPTION-BUTTON
\*------------------------------------*/

$option-button-border-color: $gray !default;
$option-button-active-border-color: $focus-ring-color !default;

.option-button {
    display: inline-block;
    margin-bottom: $spacing-unit;
    padding: $spacing-unit;
    border: 1px solid $option-button-border-color;
    vertical-align: top;

    & + & {
        margin-left: $spacing-unit;
    }
}

.option-button--active {
    font-weight: bold;
    border-color: $option-button-active-border-color;
}

    .option-button__text {}

    .option-button__image {}

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
workarea-storefront-3.4.13 app/assets/stylesheets/workarea/storefront/components/_option_button.scss
workarea-storefront-3.4.12 app/assets/stylesheets/workarea/storefront/components/_option_button.scss