Files
psp_panel/src/tailwind.css
T

16 lines
289 B
CSS
Raw Normal View History

2025-07-07 15:10:43 +03:00
@import 'tailwindcss';
@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
}