Sha256: 91f647133d678f1f12495bcf7f093ca73eb8990fdc6667d879311f3d70988501

Contents?: true

Size: 833 Bytes

Versions: 8

Compression:

Stored size: 833 Bytes

Contents

.ae-btn-group
  position: relative
  vertical-align: middle
  margin: 1em 0

.ae-btn-group-left
  text-align: left

.ae-btn-group-center
  text-align: center

.ae-btn-group-right
  text-align: right

.ae-btn-group-justified
  @include tablet-max
    .ae-btn
      display: block
      width: 100%

  @include tablet
    display: table
    width: 100%
    table-layout: fixed
    border-collapse: separate

    .ae-btn-group
      display: table-cell
      float: none
      width: 1%
      position: relative

      &:not(:last-of-type)
        padding-right: 1%


    .ae-btn
      width: 100%

.ae-btn-group-full-width
  width: 100%
  @include clearfix

  @include tablet
    .ae-btn
      width: auto

    .ae-btn-left
      float: left
      display: inline-block

    .ae-btn-right
      float: right
      display: inline-block

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
express_ui-0.1.2 app/assets/stylesheets/express_ui/molecules/_button_group.sass
express_ui-0.1.1 app/assets/stylesheets/express_ui/molecules/_button_group.sass
express_ui-0.1.0 app/assets/stylesheets/express_ui/molecules/_button_group.sass
express_ui-0.1.0.rc7 app/assets/stylesheets/express_ui/molecules/_button_group.sass
express_ui-0.1.0.rc5 app/assets/stylesheets/express_ui/molecules/_button_group.sass
express_ui-0.1.0.rc4 app/assets/stylesheets/express_ui/molecules/_button_group.sass
express_ui-0.1.0.rc3 app/assets/stylesheets/express_ui/molecules/_button_group.sass
express_ui-0.1.0.rc1 app/assets/stylesheets/express_ui/molecules/_button_group.sass