There was an error while loading. Please reload this page.
1 parent ac42a19 commit 472dabeCopy full SHA for 472dabe
1 file changed
component-library/src/components/custom/BccBadge/BccBadge.css
@@ -1,6 +1,6 @@
1
@layer components {
2
.bcc-badge {
3
- @apply inline-flex shrink-0 items-center justify-center gap-1 rounded-full leading-none font-medium! whitespace-nowrap;
+ @apply inline-flex shrink-0 items-center justify-center gap-1 rounded-full leading-none! font-medium! whitespace-nowrap;
4
5
@apply bg-ctx text-ctx;
6
}
@@ -11,16 +11,16 @@
11
@apply ctx-gradient;
12
13
.bcc-badge.sm {
14
- @apply heading-xs h-4 w-4;
+ @apply heading-xs size-4;
15
16
.bcc-badge.md {
17
- @apply heading-sm h-5 w-5;
+ @apply heading-sm size-5;
18
19
.bcc-badge.lg {
20
- @apply heading-md h-6 w-6;
+ @apply heading-md size-6;
21
22
.bcc-badge.xl {
23
- @apply heading-md h-8 w-8;
+ @apply heading-md size-8;
24
25
26
.bcc-badge .bcc-badge-icon {
0 commit comments