Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/modules/ui/install/js/ui/text-editor/src/plugins/copilot/
Upload File :
Current File : /var/www/homesaver/www/bitrix/modules/ui/install/js/ui/text-editor/src/plugins/copilot/copilot.css

@keyframes ui-text-editor-copilot-loading {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.ui-text-editor-copilot-loading {
	animation: ui-text-editor-copilot-loading 2s linear infinite;
}