Sha256: 3cdf07f96f3d8b5a1df108d0d44cb93ec7a7f49a41b74e4d6944caebb05ef03b
Contents?: true
Size: 561 Bytes
Versions: 3
Compression:
Stored size: 561 Bytes
Contents
$fa-css-prefix: "icon"; $lanes-icon-font: 'FontAwesome'; @import "./fonts/font-awesome"; button, a.btn { .icon { margin-right: 0.5em; &.flush { margin-right: 0; } } &.icon:before{ font-family: $lanes-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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
lanes-0.5.6 | client/lanes/styles/fonts.scss |
lanes-0.5.5 | client/lanes/styles/fonts.scss |
lanes-0.5.0 | client/lanes/styles/fonts.scss |