.is-loading-transition{animation:rotate 1.2s linear 0s infinite}@keyframes rotate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}