4 lines
111 B
CSS
4 lines
111 B
CSS
.badge {
|
|
@apply inline-flex items-center rounded-md px-1.5 py-0.5 text-xs font-medium whitespace-nowrap;
|
|
}
|