Sha256: 283653fb0ab64f89266e4ae42bbac69ccf4f63476602a6e42ef32157c262bcb2
Contents?: true
Size: 1.11 KB
Versions: 21
Compression:
Stored size: 1.11 KB
Contents
.block.fieldset-row { @media#{map-get($query,min768)} { @include splitrow( auto 250px ); } } .block.legend-row { padding: ($radius * 2); display: block; &.button-row { padding: 0; } &.fee-row { @media#{map-get($query,max767)} { text-align: center; } } + .block.legend-row:not(.button-row) { border-top: 1px solid rgba(map-get($color,slate),20%); } } .block.legend-key { display: block; } .block.legend-content { @include bg; border-radius: ($radius / 3); place-items: center; padding: 20px; display: grid; + .block.legend-key { @media#{map-get($query,max767)} { margin-top: 20px; } } } .block.legend-item { grid-template-columns: ($radius * 3) auto auto; grid-column-gap: 10px; align-items: center; display: grid; } .block.legend-item-dot { background-color: map-get($color,gray); height: ($radius * 3); width: ($radius * 3); border-radius: 50%; } .block.legend-item-title { line-height: 1.1; } .block.legend-fee { grid-template-columns: 12px auto; display: inline-grid; } .block.legend-item-price { text-align: right; }
Version data entries
21 entries across 21 versions & 1 rubygems