@bcc-code/component-library-vue 0.6.6 → 0.6.7
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.umd.cjs +1 -1
- package/dist/index.css +1 -1
- package/dist/theme.css +2 -2
- package/package.json +1 -1
package/dist/theme.css
CHANGED
|
@@ -648,7 +648,7 @@
|
|
|
648
648
|
|
|
649
649
|
/* Capitalize first letter */
|
|
650
650
|
@utility capital {
|
|
651
|
-
display: inline-
|
|
651
|
+
display: inline-flex;
|
|
652
652
|
&::first-letter {
|
|
653
653
|
text-transform: uppercase;
|
|
654
654
|
}
|
|
@@ -1771,7 +1771,7 @@
|
|
|
1771
1771
|
}
|
|
1772
1772
|
|
|
1773
1773
|
@utility ctx-gradient {
|
|
1774
|
-
background: linear-gradient(225deg, var(--ctx-
|
|
1774
|
+
background: linear-gradient(225deg, var(--ctx-background) 0%, var(--ctx-gradient) 100%);
|
|
1775
1775
|
}
|
|
1776
1776
|
|
|
1777
1777
|
@utility ctx-raised {
|
package/package.json
CHANGED