[class*=Spinner]{animation-name:spinnerAnimation;animation-duration:.6s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes spinnerAnimation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}