/* exchange-service/resources/static/css/base/_animations.css */
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
