e-verify/styles/dialog.css
2024-05-14 22:19:14 +07:00

9 lines
112 B
CSS

@tailwind components;
@layer components {
.dialog-history .header-history {
@apply bg-abu2 text-hitam
}
}