css: Provide working char-code for fontawesome spinners

This commit is contained in:
Johannes Meyer 2021-04-22 10:21:22 +02:00
parent aaf6bcea4d
commit 7264b8ce9f
1 changed files with 5 additions and 0 deletions

View File

@ -13,6 +13,11 @@ i.spinner.active {
// icon-spin6
content: '\e874';
}
&.fa:before {
// fa spinner
content: '\f110';
}
}
div.spinner {