Sha256: 6ff29dbd1b34831c9bf91012d43234850b452985ed7f79093f462928832fd0bf
Contents?: true
Size: 1.33 KB
Versions: 5
Compression:
Stored size: 1.33 KB
Contents
// ========== // BUTTON GROUPS // ========== $STYLEGUIDE_BUTTON_GROUPS_ID: button-group !default; $STYLEGUIDE_BUTTON_GROUPS: () !default; @if should-register-component($STYLEGUIDE_BUTTON_GROUPS_ID) { $a-blackhole: styleguide-add-component($STYLEGUIDE_BUTTON_GROUPS_ID, $STYLEGUIDE_BUTTON_GROUPS, ( default: ( line-height: 1, inline-block: (middle, middle), // this will use the inline-block() mixin clearfix: legacy-pie-clearfix, position: relative ), // BUTTON TOOLBARS in $STYLEGUIDE_BUTTON_TOOLBARS_ID: ( margin-right: $CONFIG_DIM_BUTTON_SPACING_OUTER, float: left, display: block, inline-block: null ), small in $STYLEGUIDE_BUTTON_TOOLBARS_ID: ( margin-right $CONFIG_DIM_BUTTON_SPACING_OUTER_NARROW ), last in $STYLEGUIDE_BUTTON_TOOLBARS_ID: ( margin-right null ), right aligned in $STYLEGUIDE_BUTTON_TOOLBARS_ID: ( float right, margin-right null, margin-left $CONFIG_DIM_BUTTON_SPACING_OUTER ), right aligned small in $STYLEGUIDE_BUTTON_TOOLBARS_ID: ( margin-left $CONFIG_DIM_BUTTON_SPACING_OUTER_NARROW ), right aligned last in $STYLEGUIDE_BUTTON_TOOLBARS_ID: ( margin-left null ) )) !global; }
Version data entries
5 entries across 5 versions & 1 rubygems