Owen Leonard
de75e9a91c
The switch to Font Awesome for more icons in the OPAC doesn't require a Font Awesome upgrade but this is a good chance to do it. Signed-off-by: Liz Rea <wizzyrea@gmail.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
18 lines
430 B
SCSS
18 lines
430 B
SCSS
/*!
|
|
* Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
|
|
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
|
|
*/
|
|
|
|
@import "variables";
|
|
@import "mixins";
|
|
@import "path";
|
|
@import "core";
|
|
@import "larger";
|
|
@import "fixed-width";
|
|
@import "list";
|
|
@import "bordered-pulled";
|
|
@import "animated";
|
|
@import "rotated-flipped";
|
|
@import "stacked";
|
|
@import "icons";
|
|
@import "screen-reader";
|