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

Version Path
archetype-0.0.1.pre.13 stylesheets/archetype/styleguide/components/_button_groups.scss
archetype-0.0.1.pre.12 stylesheets/archetype/styleguide/components/_button_groups.scss
archetype-0.0.1.pre.11 stylesheets/archetype/styleguide/components/_button_groups.scss
archetype-0.0.1.pre.10 stylesheets/archetype/styleguide/components/_button_groups.scss
archetype-0.0.1.pre.9 stylesheets/archetype/styleguide/components/_button_groups.scss
archetype-0.0.1.pre.8 stylesheets/archetype/styleguide/components/_button_groups.scss
archetype-0.0.1.pre.7 stylesheets/archetype/styleguide/components/_button_groups.scss
archetype-0.0.1.pre.6 stylesheets/archetype/styleguide/components/_button_groups.scss
archetype-0.0.1.pre.5 stylesheets/archetype/styleguide/components/_button_groups.scss
archetype-0.0.1.pre.4 stylesheets/archetype/styleguide/components/_button_groups.scss
archetype-0.0.1.pre.3.90263a7 stylesheets/archetype/styleguide/components/_button_groups.scss
archetype-0.0.1.pre.3.6ed259b stylesheets/archetype/styleguide/components/_button_groups.scss
archetype-0.0.1.pre.3.f9dde24 stylesheets/archetype/styleguide/components/_button_groups.scss
archetype-0.0.1.pre.3.00dfd9a stylesheets/archetype/styleguide/components/_button_groups.scss
archetype-0.0.1.pre.3.83f0d7a stylesheets/archetype/styleguide/components/_button_groups.scss
archetype-0.0.1.pre.3.55c4182 stylesheets/archetype/styleguide/components/_button_groups.scss
archetype-0.0.1.pre.3.811928f stylesheets/archetype/styleguide/components/_button_groups.scss