Sha256: b39f73eef24b25c743e8dd45ac1e989fab1e1d01742409625157e8804bfd2557

Contents?: true

Size: 735 Bytes

Versions: 62

Compression:

Stored size: 735 Bytes

Contents

/*------------------------------------*\
    #BUTTON-PROPERTY
\*------------------------------------*/

.button-property {
    margin-bottom: $vertical-margin;
}


/**
 * 1. ensures consistent layout with other `.property--responsive` blocks
 */

.button-property--responsive {
    display: table-row;
    margin: 0;

    &:before { /* [1] */
        display: table-cell;
        content: '';
    }

    /**
     * Extend `.value {}` in components/_value.scss.
     */

    .value {
        display: inline-block;
        margin:  0;
        padding: $spacing-unit;
        line-height: 1.43;
        vertical-align: middle;
    }
}

    .button-property__name {
        display: inline-block;
    }

        .button-property__text {}

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
workarea-storefront-3.5.27 app/assets/stylesheets/workarea/storefront/components/_button_property.scss
workarea-storefront-3.5.26 app/assets/stylesheets/workarea/storefront/components/_button_property.scss
workarea-storefront-3.4.45 app/assets/stylesheets/workarea/storefront/components/_button_property.scss
workarea-storefront-3.5.25 app/assets/stylesheets/workarea/storefront/components/_button_property.scss
workarea-storefront-3.5.23 app/assets/stylesheets/workarea/storefront/components/_button_property.scss
workarea-storefront-3.4.44 app/assets/stylesheets/workarea/storefront/components/_button_property.scss
workarea-storefront-3.5.22 app/assets/stylesheets/workarea/storefront/components/_button_property.scss
workarea-storefront-3.4.43 app/assets/stylesheets/workarea/storefront/components/_button_property.scss
workarea-storefront-3.5.21 app/assets/stylesheets/workarea/storefront/components/_button_property.scss
workarea-storefront-3.4.42 app/assets/stylesheets/workarea/storefront/components/_button_property.scss
workarea-storefront-3.5.20 app/assets/stylesheets/workarea/storefront/components/_button_property.scss
workarea-storefront-3.4.41 app/assets/stylesheets/workarea/storefront/components/_button_property.scss
workarea-storefront-3.5.19 app/assets/stylesheets/workarea/storefront/components/_button_property.scss
workarea-storefront-3.4.40 app/assets/stylesheets/workarea/storefront/components/_button_property.scss
workarea-storefront-3.5.18 app/assets/stylesheets/workarea/storefront/components/_button_property.scss
workarea-storefront-3.4.39 app/assets/stylesheets/workarea/storefront/components/_button_property.scss
workarea-storefront-3.5.17 app/assets/stylesheets/workarea/storefront/components/_button_property.scss
workarea-storefront-3.4.38 app/assets/stylesheets/workarea/storefront/components/_button_property.scss
workarea-storefront-3.5.16 app/assets/stylesheets/workarea/storefront/components/_button_property.scss
workarea-storefront-3.4.37 app/assets/stylesheets/workarea/storefront/components/_button_property.scss