This repository has been archived on 2025-05-18. You can view files and clone it, but cannot push or open issues or pull requests.
assistant-base/src/index.css
2025-03-07 23:11:29 +08:00

7 lines
127 B
CSS

@import "tailwindcss";
@layer components {
.test-loading {
@apply w-20 h-20 bg-gray-300 rounded-full animate-spin;
}
}