roim-picx/src/app.css

12 lines
233 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
body {
@apply scroll-smooth text-base bg-gray-100 select-none overflow-x-hidden;
}
.area-disabled {
@apply !opacity-60 active:!pointer-events-none !cursor-not-allowed;
}