Sha256: 9620f1765682f8b38f153f5896ce25ab3fc91782e355eaa62660e61a3c2d0298
Contents?: true
Size: 1.35 KB
Versions: 17
Compression:
Stored size: 1.35 KB
Contents
// ========== // BUTTON GROUPS // ========== $STYLEGUIDE_BUTTON_GROUPS_ID: button-group !default; $STYLEGUIDE_BUTTON_GROUPS: () !default; @if not styleguide-component-exists($STYLEGUIDE_BUTTON_GROUPS_ID, $CONFIG_THEME) { $a-blackhole: styleguide-add-component($STYLEGUIDE_BUTTON_GROUPS_ID, $STYLEGUIDE_BUTTON_GROUPS, ( (default, ( line-height 1, inline-block true, // this will use the inline-block() mixin vertical-align middle, clearfix legacy-pie-clearfix, position relative, nil )), // BUTTON TOOLBARS (in-button-toolbar, ( margin-right $CONFIG_DIM_BUTTON_SPACING_OUTER, float left, display block, inline-block nil )), (small in-button-toolbar, ( margin-right $CONFIG_DIM_BUTTON_SPACING_OUTER_NARROW, nil )), (last in-button-toolbar, ( margin-right nil, nil )), (right aligned in-button-toolbar, ( float right, margin-right nil, margin-left $CONFIG_DIM_BUTTON_SPACING_OUTER )), (right aligned small in-button-toolbar, ( margin-left $CONFIG_DIM_BUTTON_SPACING_OUTER_NARROW, nil )), (right aligned last in-button-toolbar, ( margin-left nil, nil )), nil ), $CONFIG_THEME); }
Version data entries
17 entries across 17 versions & 1 rubygems