style(css): refine badge utility styles in utilities.css
This commit is contained in:
@@ -70,11 +70,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@utility badge {
|
@utility badge {
|
||||||
@apply inline-block w-3 h-3 text-xs font-bold leading-none rounded-full border border-neutral-200 dark:border-black;
|
@apply inline-block w-3 h-3 text-xs font-bold leading-none border border-neutral-200 dark:border-black;
|
||||||
}
|
}
|
||||||
|
|
||||||
@utility badge-absolute {
|
@utility badge-absolute {
|
||||||
@apply absolute top-0 right-0 w-2 h-2 rounded-t-none rounded-r-none border-none;
|
@apply absolute top-0 right-0 w-2 h-2 rounded-bl-full;
|
||||||
}
|
}
|
||||||
|
|
||||||
@utility badge-success {
|
@utility badge-success {
|
||||||
|
|||||||
Reference in New Issue
Block a user