2022-11-20 15:07:09 -05:00
|
|
|
@tailwind base;
|
|
|
|
@tailwind components;
|
|
|
|
@tailwind utilities;
|
|
|
|
|
2024-08-01 21:41:42 -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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
*/
|