chore(frontend): move nuxt ui source into app directory

This commit is contained in:
Ruslan Bakiev
2026-02-23 10:03:24 +07:00
parent c41849745c
commit d4af315e2e
6 changed files with 20 additions and 20 deletions

View File

@@ -0,0 +1,16 @@
@import "tailwindcss";
@plugin "daisyui";
:root {
--color-accent: #1e6bff;
}
body {
min-height: 100vh;
background:
radial-gradient(circle at 100% 0%, rgba(30, 107, 255, 0.08), transparent 40%),
radial-gradient(circle at 0% 100%, rgba(30, 107, 255, 0.08), transparent 40%),
#f5f7fb;
color: #111827;
}