Sha256: d6647d7734dab7770208973042ec2f25b25e499bc9e89e920481c25105d16cfd
Contents?: true
Size: 871 Bytes
Versions: 6
Compression:
Stored size: 871 Bytes
Contents
.button-wrap { @include borderRad($radius); @include ib; -webkit-tap-highlight-color: transparent; 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: flex-start; 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-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
6 entries across 6 versions & 1 rubygems