mirror of
https://github.com/haexhub/haex-hub.git
synced 2025-12-19 07:20: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 */
|
||||
}
|
||||
Reference in New Issue
Block a user