Sha256: b75036ad2ed105514aec3bc20778860ac587171ddf76d12b3a15bc7cf7ff2cbe
Contents?: true
Size: 622 Bytes
Versions: 11
Compression:
Stored size: 622 Bytes
Contents
// Icons with hidden text =dsml-icon($fa, $size: 1.4em) display: inline-block margin: 0 6px text-align: left position: relative font-size: $size width: 1em text-indent: -9999px color: #4f4f4f @extend .fa @extend .fa-#{$fa} &:before text-indent: 0 position: absolute top: 50% right: 50% margin: -0.5em -0.5em 0 0 z-index: 2 &:hover &:before color: $primaryColor // Icons with text =dsml-icon_text($fa, $font-size: 1.3em) display: inline-block margin: 0 20px 0 0 @extend .fa-#{$fa} font-size: $font-size &:before margin-right: 4px @extend .fa
Version data entries
11 entries across 11 versions & 1 rubygems