feat(frontend): Update nuxt-ui, add login, signup, logout

This commit is contained in:
2025-03-29 17:43:38 +01:00
parent cb12e29966
commit 99d3b28381
14 changed files with 2539 additions and 2275 deletions

View File

@@ -1,2 +1,16 @@
@import 'tailwindcss';
@import 'tailwindcss' theme(static);
@import '@nuxt/ui-pro';
@theme static {
--color-green-50: #effdf5;
--color-green-100: #d9fbe8;
--color-green-200: #b3f5d1;
--color-green-300: #75edae;
--color-green-400: #00dc82;
--color-green-500: #00c16a;
--color-green-600: #00a155;
--color-green-700: #007f45;
--color-green-800: #016538;
--color-green-900: #0a5331;
--color-green-950: #052e16;
}