File "style.scss"

Full Path: /home/warrior1/public_html/wp-content/plugins/astra-sites/inc/lib/onboarding/assets/src/steps/site-list/header/sync-library/style.scss
File size: 277 bytes
MIME-type: text/plain
Charset: utf-8

.st-sync-library {
	cursor: pointer;
	margin: 0 30px;

	.stc-tooltip-content {
		right: 0;
	}

	&.loading {
		svg {
			animation: rotate 2s infinite linear;
		}
	}

	@keyframes rotate {
		from {
			transform: rotate( 0deg );
		}
		to {
			transform: rotate( 360deg );
		}
	}
}