Sha256: dee4cfc36d3421abbc6d7d13b8a4e18535727a651f1bc2490bc1cb6f947ba14a
Contents?: true
Size: 905 Bytes
Versions: 11
Compression:
Stored size: 905 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 { background-color: setcolor(slate); color: white; fill: white; } .button-wrap.type-outline { border: 1px solid setcolor(slate); background-color: white; color: setcolor(slate); fill: setcolor(slate); } .button-wrap.context-legend { width: 100%; } .button-bg { @include zeros(absolute); z-index: 1; } .button-bg.func-submit { border-radius: 4px; } .button-wrap.func-update { overflow: hidden; } .button-bg.func-update { right: 100%; } .button-wrap.switch-button { min-width: 9rem; }
Version data entries
11 entries across 11 versions & 1 rubygems