mirror of
https://github.com/haexhub/haex-hub.git
synced 2025-12-17 06:30:50 +01:00
switch to nuxt ui
This commit is contained in:
20
src/assets/css/main.css
Normal file
20
src/assets/css/main.css
Normal 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 */
|
||||
}
|
||||
@ -1,11 +0,0 @@
|
||||
@import 'tailwindcss';
|
||||
@import 'flyonui/variants.css';
|
||||
@import 'tailwindcss-intersect';
|
||||
|
||||
@plugin "tailwindcss-motion";
|
||||
@plugin "@iconify/tailwind4";
|
||||
@plugin "flyonui" {
|
||||
themes: all;
|
||||
}
|
||||
|
||||
@source "../../../node_modules/flyonui/flyonui.js";
|
||||
Reference in New Issue
Block a user