mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-01-15 17:50:28 +08:00
Fixed .fa-spin so it centers properly
.fa-spin drifts in an ugly way without this fix. SSCCE: http://jsfiddle.net/Supuhstar/vqp8oL82/
This commit is contained in:
parent
a61b39d485
commit
1896613054
2
css/font-awesome.css
vendored
2
css/font-awesome.css
vendored
@ -79,6 +79,8 @@
|
|||||||
.fa-spin {
|
.fa-spin {
|
||||||
-webkit-animation: fa-spin 2s infinite linear;
|
-webkit-animation: fa-spin 2s infinite linear;
|
||||||
animation: fa-spin 2s infinite linear;
|
animation: fa-spin 2s infinite linear;
|
||||||
|
-webkit-transform-origin: 50% calc(50% - 1px);
|
||||||
|
transform-origin: 50% calc(50% - 1px);
|
||||||
}
|
}
|
||||||
.fa-spinner.fa-spin {
|
.fa-spinner.fa-spin {
|
||||||
-webkit-animation-timing-function: steps(8, end);
|
-webkit-animation-timing-function: steps(8, end);
|
||||||
|
Loading…
Reference in New Issue
Block a user