Files
psp_panel/src/tailwind.css
T

8 lines
134 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;
}
}