| Current Path : /var/www/homesaver/www/bitrix/modules/ui/install/js/ui/text-editor/src/plugins/copilot/ |
| 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;
}