Sha256: ac9cae0070979aa552008e69bf3e72a29841e09f4dfba9d961fcbbf3c33adbcc

Contents?: true

Size: 429 Bytes

Versions: 1

Compression:

Stored size: 429 Bytes

Contents

.button-group {
  $large-screen: 53.75em !default;

  input {
    display: none;
  }

  label {
    font-weight: normal;

    @include media($large-screen) {
      float: left;
      padding: 0 0.5em;
    }
  }

  .button-group-item {
    cursor: pointer;
    display: inline-block;
    width: 100%;

    @include media($large-screen) {
      width: auto;
    }
  }

  input:checked + .button-group-item {
    color: #f00;
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
refills-0.2.0 source/stylesheets/refills/unstyled/_button-group.scss