Commit c2e549e7 authored by JC Brand's avatar JC Brand

Fixes #1216

parent fa4c555c
...@@ -9768,6 +9768,7 @@ body.reset { ...@@ -9768,6 +9768,7 @@ body.reset {
-webkit-animation: spin 2s infinite, linear; -webkit-animation: spin 2s infinite, linear;
-moz-animation: spin 2s infinite, linear; -moz-animation: spin 2s infinite, linear;
animation: spin 2s infinite, linear; animation: spin 2s infinite, linear;
width: 1em;
display: block; display: block;
text-align: center; text-align: center;
margin: 2em; margin: 2em;
......
...@@ -402,6 +402,7 @@ body.reset { ...@@ -402,6 +402,7 @@ body.reset {
.spinner { .spinner {
@include animation(spin 2s infinite, linear); @include animation(spin 2s infinite, linear);
width: 1em;
display: block; display: block;
text-align: center; text-align: center;
margin: 2em; margin: 2em;
......
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