9 lines
112 B
CSS
9 lines
112 B
CSS
|
|
@tailwind components;
|
||
|
|
|
||
|
|
@layer components {
|
||
|
|
.dialog-history .header-history {
|
||
|
|
@apply bg-abu2 text-hitam
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|