@deque/cauldron-styles 7.4.0 → 7.5.0
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/index.css +9 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -52,7 +52,15 @@
|
|
|
52
52
|
--issue-minor: var(--gray-20);
|
|
53
53
|
|
|
54
54
|
/* radius */
|
|
55
|
+
--radius-0: 0;
|
|
56
|
+
--radius-4: 4px;
|
|
57
|
+
--radius-8: 8px;
|
|
58
|
+
--radius-12: 12px;
|
|
55
59
|
--radius-16: 16px;
|
|
60
|
+
--radius-20: 20px;
|
|
61
|
+
--radius-24: 24px;
|
|
62
|
+
--radius-32: 32px;
|
|
63
|
+
--radius-9999: 9999px;
|
|
56
64
|
|
|
57
65
|
/* text colours */
|
|
58
66
|
--text-color-base: var(--gray-60);
|
|
@@ -4387,7 +4395,7 @@ button.TooltipTabstop {
|
|
|
4387
4395
|
|
|
4388
4396
|
:root {
|
|
4389
4397
|
--panel-border-color: var(--gray-40);
|
|
4390
|
-
--panel-border-radius: var(--radius-
|
|
4398
|
+
--panel-border-radius: var(--radius-12);
|
|
4391
4399
|
--panel-border-width: 1px;
|
|
4392
4400
|
--panel-background-color: var(--white);
|
|
4393
4401
|
--panel-heading-color: var(--gray-90);
|