fix: temp

This commit is contained in:
2024-11-28 01:11:09 +08:00
parent d4fa0d212c
commit 3a50e5ec4a
14 changed files with 994 additions and 853 deletions

View File

@@ -1,12 +1,11 @@
html,
body {
width: 100%;
height: 100%;
font-size: 16px;
font-family: 'Montserrat', sans-serif;
}
@tailwind components;
#root {
width: 100%;
height: 100%;
}
}
@layer components {
.loading-sm {
@apply w-4 h-4 border-t-2 border-b-2 rounded-full animate-spin;
}
}