Sha256: cec787f152129e969dab13f2084442602702dcc8c8a2820da0d535e0c5b2df64

Contents?: true

Size: 736 Bytes

Versions: 2

Compression:

Stored size: 736 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

2 entries across 2 versions & 1 rubygems

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