Sha256: 3218d3b1ad883c16af8e6f63af36ee3bff7596c1b57be2d705882341d1c29fb3
Contents?: true
Size: 795 Bytes
Versions: 40
Compression:
Stored size: 795 Bytes
Contents
=button-base($font-size: 12px, $height: 30px, $font-weight: bold, $width: auto, $is-block: null, $is-center: null, $icon-font-size: 14px, $icon-position: null) +rem('font-size', $font-size) +rem('height', $height) +rem('line-height', $height) font-weight: $font-weight +rem('width', $width) text-decoration: none +relative(1) text-align: center @if $is-block == "true" display: block @else +inline-block @if $is-center == "true" +margin(horizontal, auto) @if $icon-font-size i +text-block($icon-font-size, $height) +rem('width', $height) display: block text-align: center @if $icon-position == "left" i +absolute(left, 0, top, 0) @else if $icon-position == "right" i +absolute(right, 0, top, 0)
Version data entries
40 entries across 40 versions & 2 rubygems