@bcc-code/component-library-vue 0.6.4 → 0.6.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/component-library.js +2 -2
- package/dist/component-library.umd.cjs +2 -2
- package/dist/index.css +1 -1
- package/dist/theme.css +4 -4
- package/package.json +1 -1
package/dist/theme.css
CHANGED
|
@@ -2350,16 +2350,16 @@
|
|
|
2350
2350
|
@apply w-auto;
|
|
2351
2351
|
}
|
|
2352
2352
|
.bcc-tag.bcc-badge.md {
|
|
2353
|
-
@apply text-md font-regular h-
|
|
2353
|
+
@apply text-md font-regular h-6;
|
|
2354
2354
|
}
|
|
2355
2355
|
.bcc-tag.bcc-badge.sm {
|
|
2356
|
-
@apply text-sm font-regular h-
|
|
2356
|
+
@apply text-sm font-regular h-5;
|
|
2357
2357
|
}
|
|
2358
2358
|
.bcc-tag.bcc-badge.lg {
|
|
2359
|
-
@apply text-lg font-regular h-
|
|
2359
|
+
@apply text-lg font-regular h-8;
|
|
2360
2360
|
}
|
|
2361
2361
|
.bcc-tag.bcc-badge.xl {
|
|
2362
|
-
@apply text-xl font-regular h-
|
|
2362
|
+
@apply text-xl font-regular h-10;
|
|
2363
2363
|
}
|
|
2364
2364
|
}
|
|
2365
2365
|
|
package/package.json
CHANGED