/* ==========================================================================
   Icon symlinks
   ========================================================================== */

// Glyphicon
.glyphicon {
    @extend .fa;
}

.glyphicon-ok {
    @extend .fa-check;
}

.glyphicon-remove {
    @extend .fa-times;
}

/* Set font weights for -o types (since FA5)
   ========================================================================== */
[class*=' fa-file'], // all file icons
.fa-folder,
.fa-square,
.fa-copy {
    font-weight: 400;
}
