temp
This commit is contained in:
parent
0297d69cdb
commit
2e46d6eb7c
@ -1,5 +1,11 @@
|
||||
@import 'tailwindcss';
|
||||
@config "../../tailwind.config.js";
|
||||
@import "tailwindcss";
|
||||
|
||||
@layer components {
|
||||
.test-loading {
|
||||
@apply w-20 h-20 bg-gray-300 rounded-full animate-spin;
|
||||
}
|
||||
}
|
||||
|
||||
#ai-bot-root {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
@ -1,3 +0,0 @@
|
||||
module.exports = {
|
||||
root: '#ai-root',
|
||||
};
|
Reference in New Issue
Block a user