2025-07-07 15:10:43 +03:00
|
|
|
@import 'tailwindcss';
|
2025-07-08 17:15:32 +03:00
|
|
|
@import "tailwindcss-primeui";
|
|
|
|
|
@custom-variant dark (&:where(.app-dark, .app-dark *));
|
2025-07-07 15:10:43 +03:00
|
|
|
|
|
|
|
|
@layer base {
|
|
|
|
|
button:not(:disabled),
|
|
|
|
|
[role='button']:not(:disabled) {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
2025-07-07 16:21:14 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@theme {
|
|
|
|
|
--breakpoint-sm: 576px;
|
|
|
|
|
--breakpoint-md: 768px;
|
|
|
|
|
--breakpoint-lg: 992px;
|
|
|
|
|
--breakpoint-xl: 1200px;
|
|
|
|
|
--breakpoint-2xl: 1920px;
|
2025-07-07 15:10:43 +03:00
|
|
|
}
|