style(css): enhance badge utility styles in utilities.css
This commit is contained in:
parent
ebe269324c
commit
61e45fbf3d
1 changed files with 3 additions and 3 deletions
|
|
@ -70,11 +70,11 @@ @utility dropdown-item-no-padding {
|
||||||
}
|
}
|
||||||
|
|
||||||
@utility badge {
|
@utility badge {
|
||||||
@apply inline-block w-3 h-3 text-xs font-bold leading-none border border-neutral-200 dark:border-black;
|
@apply inline-block w-3 h-3 text-xs font-bold rounded-full leading-none border border-neutral-200 dark:border-black;
|
||||||
}
|
}
|
||||||
|
|
||||||
@utility badge-absolute {
|
@utility badge-dashboard {
|
||||||
@apply absolute top-0 right-0 w-2 h-2 rounded-bl-full;
|
@apply absolute top-0 right-0 w-2.5 h-2.5 rounded-bl-full text-xs font-bold leading-none border border-neutral-200 dark:border-black;
|
||||||
}
|
}
|
||||||
|
|
||||||
@utility badge-success {
|
@utility badge-success {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue