budget/app/assets/stylesheets/application.tailwind.css

20 lines
248 B
CSS
Raw Normal View History

2022-11-20 15:07:09 -05:00
@tailwind base;
@tailwind components;
@tailwind utilities;
2024-08-01 21:34:25 -04:00
.msg-notice {
@apply bg-green-300 text-green-900;
}
.msg-alert {
@apply bg-red-300 text-red-900;
}
2022-11-20 15:07:09 -05:00
/*
@layer components {
.btn-primary {
@apply py-2 px-4 bg-blue-200;
}
}
*/