css: Provide working char-code for fontawesome spinners
This commit is contained in:
parent
aaf6bcea4d
commit
7264b8ce9f
|
@ -13,6 +13,11 @@ i.spinner.active {
|
|||
// icon-spin6
|
||||
content: '\e874';
|
||||
}
|
||||
|
||||
&.fa:before {
|
||||
// fa spinner
|
||||
content: '\f110';
|
||||
}
|
||||
}
|
||||
|
||||
div.spinner {
|
||||
|
|
Loading…
Reference in New Issue