Sha256: fc9fed2efd4117d4084c37f8e1a373f6d5fc75ca2bd3543eb9456ee0de22363c

Contents?: true

Size: 903 Bytes

Versions: 5

Compression:

Stored size: 903 Bytes

Contents

.button-wrap {
  @include ib;
  -webkit-tap-highlight-color: transparent;
  border-radius: 4px;
  position: relative;
  font-size: 1.6rem;
  cursor: pointer;

  @media#{map-get($query,max767)} {
    display: block;
    width: 100%;
  }

  @media#{map-get($query,min768)} {
    &:not(.legend-button) {
      justify-self: end;
      grid-column: 2;
    }
  }
}

.button-wrap.type-solid {
  @include bg($tint:100%);
  color: white;
  fill: white;
}

.button-wrap.type-outline {
  border: 1px solid setcolor(slate);
  color: setcolor(slate);
  fill: setcolor(slate);
  background-color: white;
}

.button-wrap.context-legend {
  width: 100%;
}

.button-bg {
  @include zeros(absolute);
  z-index: 1;
}

.button-bg.func-submit {
  @include borderRad($radius);
}

.button-wrap.func-update {
  overflow: hidden;
}

.button-bg.func-update {
  right: 100%;
}

.button-wrap.switch-button {
  min-width: 9rem;
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
futuro-1.0.7 _sass/_button.scss
futuro-1.0.6 _sass/_button.scss
futuro-1.0.5 _sass/_button.scss
futuro-1.0.4 _sass/_button.scss
futuro-1.0.3 _sass/_button.scss