This commit is contained in:
JC Brand 2018-11-12 15:40:43 +01:00
parent fa4c555c44
commit c2e549e7d7
2 changed files with 2 additions and 0 deletions

View File

@ -9768,6 +9768,7 @@ body.reset {
-webkit-animation: spin 2s infinite, linear;
-moz-animation: spin 2s infinite, linear;
animation: spin 2s infinite, linear;
width: 1em;
display: block;
text-align: center;
margin: 2em;

View File

@ -402,6 +402,7 @@ body.reset {
.spinner {
@include animation(spin 2s infinite, linear);
width: 1em;
display: block;
text-align: center;
margin: 2em;