5 lines
80 B
CSS
5 lines
80 B
CSS
/* Base empty-state styles */
|
|
.empty-state {
|
|
@apply p-2 text-sm text-muted;
|
|
}
|