mirror of
https://github.com/2234839/web-font.git
synced 2025-04-05 04:02:43 +08:00
7 lines
133 B
CSS
7 lines
133 B
CSS
.c-label {
|
|
@apply border m-1 rounded-md px-1 items-center h-6 text-sm;
|
|
}
|
|
|
|
.c-label-selected {
|
|
@apply bg-red-600 text-white;
|
|
} |