Sha256: d0ce83e50cb3ff07e12bff4f213c4f6f33bd212c3bc7b8040b1e8a5435cfc396
Contents?: true
Size: 805 Bytes
Versions: 17
Compression:
Stored size: 805 Bytes
Contents
=button-basic($bt-fz: 16px, $bt-ht: 30px, $bt-icon-pt: null) display: inline-block +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) display: inline-block +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
17 entries across 17 versions & 2 rubygems