Files
r-dashboard/index.css
Plucky 2057476c85 init
2022-10-15 18:11:32 +08:00

13 lines
195 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
.btn {
@apply py-2 px-4 font-semibold rounded-lg shadow-md;
}
.btn-green {
@apply text-white bg-green-500 hover:bg-green-700;
}