switch to nuxt ui

This commit is contained in:
2025-09-11 00:58:55 +02:00
parent 3975d26caa
commit 0a7de8b78b
143 changed files with 19019 additions and 9899 deletions

20
src/assets/css/main.css Normal file
View File

@ -0,0 +1,20 @@
@import 'tailwindcss';
@import '@nuxt/ui';
@import 'tw-animate-css';
/* Custom Colors */
@layer base {
button,
[role='button'] {
@apply cursor-pointer;
}
:disabled,
[disabled] {
@apply cursor-not-allowed;
}
}
:root {
--ui-header-height: 48px; /* oder was auch immer deine Header-Höhe ist */
}