Sha256: b946e56c2b54d459339484f34b18fc8d35b206baa3a78b1e4ed7fe22e3c3df20
Contents?: true
Size: 805 Bytes
Versions: 41
Compression:
Stored size: 805 Bytes
Contents
=button-basic($bt-fz: 16px, $bt-ht: 30px, $bt-icon-pt: null) +inline-block(bottom) +text-block($bt-fz, $bt-ht) +rem('height', $bt-ht) +rem('padding-left', $bt-fz*.9) +rem('padding-right', $bt-fz*.9) cursor: pointer text-align: center text-decoration: none @if $bt-icon-pt == "right" >i +rem('margin-left', $bt-fz/6) @else if $bt-icon-pt == "left" >i +rem('margin-right', $bt-fz/6) =icon-button-basic($bt-fz: 18px, $bt-ht: 30px) +inline-block(bottom) +text-block($bt-fz, $bt-ht) +rem('height', $bt-ht) +rem('width', $bt-fz*1.6) cursor: pointer text-align: center text-decoration: none =border-style-border($bt-cl: red, $bt-bd-wd: 2px) +border(all, $bt-bd-wd, solid, $bt-cl) color: $bt-cl &:hover background-color: $bt-cl color: #ffffff
Version data entries
41 entries across 41 versions & 2 rubygems