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