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