Sha256: e958b6b6c61c9b71b2da05fc94a7b7fcb13e3e6dcd549952dfadd09fcf33568e
Contents?: true
Size: 551 Bytes
Versions: 9
Compression:
Stored size: 551 Bytes
Contents
$fa-css-prefix: "icon"; $hippo-icon-font: 'FontAwesome'; @import "./fonts/font-awesome"; button, a.btn, [role=button] { .icon:not(.flush) { margin-right: 0.5em; } &.icon:before{ font-family: $hippo-icon-font; } } // replace glyphicons with fa .glyphicon { @extend .icon; &.glyphicon-ok:before { content: $fa-var-check; } &.glyphicon-warning-sign:before { content: $fa-var-exclamation-triangle; } &.glyphicon-error:before { content: $fa-var-exclamation; } }
Version data entries
9 entries across 9 versions & 1 rubygems