Sha256: cf1ab797503ff5c25fd4da4dc6c5c37aa45b45b708f42023e5cf8dd7fedc4d1c
Contents?: true
Size: 637 Bytes
Versions: 5
Compression:
Stored size: 637 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-#{$fa} &:before font-family: FontAwesome 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
5 entries across 5 versions & 1 rubygems