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

Version Path
hippo-fw-0.9.9 client/hippo/styles/fonts.scss
hippo-fw-0.9.8 client/hippo/styles/fonts.scss
hippo-fw-0.9.7 client/hippo/styles/fonts.scss
hippo-fw-0.9.6 client/hippo/styles/fonts.scss
hippo-fw-0.9.5 client/hippo/styles/fonts.scss
hippo-fw-0.9.4 client/hippo/styles/fonts.scss
hippo-fw-0.9.3 client/hippo/styles/fonts.scss
hippo-fw-0.9.2 client/hippo/styles/fonts.scss
hippo-fw-0.9.1 client/hippo/styles/fonts.scss