Sha256: e3d63caf63944cdeef9f6608cf7135c646c9a721a0adfeb22615880da3d0b8f0
Contents?: true
Size: 520 Bytes
Versions: 10
Compression:
Stored size: 520 Bytes
Contents
// Some fixes for fontwesome stylesheets [class^="icon-"], [class*=" icon-"] { &:before { padding-right: 5px; } &.button, &.icon_link { width: auto; &:before { padding-top: 3px; } } } .icon-email:before { @extend .icon-envelope:before } .icon-resume:before { @extend .icon-refresh:before } .icon-cancel:before, .icon-void:before { @extend .icon-remove:before } .icon-capture:before { @extend .icon-ok:before } .icon-credit:before { @extend .icon-ok:before }
Version data entries
10 entries across 10 versions & 1 rubygems