parent
07b17cc701
commit
7dd3fc6c78
|
@ -117,11 +117,14 @@ div.spinner {
|
|||
|
||||
&.active {
|
||||
visibility: visible;
|
||||
|
||||
&:before {
|
||||
.animate(spin 2s infinite linear);
|
||||
}
|
||||
}
|
||||
|
||||
&:before {
|
||||
margin: 0; // Disables wobbling
|
||||
.animate(spin 2s infinite linear);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue