Unverified Commit 8b779858 authored by Sean Hammond's avatar Sean Hammond Committed by GitHub

Merge pull request #667 from hypothesis/fix-spinner-animation

Fix spinner animation
parents 5b9b6efd 19ff5532
......@@ -11,7 +11,7 @@ $container-height: $container-width;
$part-width: .1em;
$part-height: 3 * $part-width;
@keyframes(spin) {
@keyframes spin {
to { transform: rotate(1turn); }
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment