@deque/cauldron-styles 4.7.0-canary.dcc3921f → 4.7.0-canary.ded5fdaf
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 +2 -3
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -2606,15 +2606,14 @@ p .Link {
|
|
|
2606
2606
|
|
|
2607
2607
|
.TooltipHead {
|
|
2608
2608
|
background: var(--gray-20);
|
|
2609
|
-
font-size:
|
|
2609
|
+
font-size: var(--text-size-small);
|
|
2610
2610
|
color: var(--gray-90);
|
|
2611
|
-
padding:
|
|
2611
|
+
padding: var(--space-small) var(--space-large);
|
|
2612
2612
|
text-align: center;
|
|
2613
2613
|
}
|
|
2614
2614
|
|
|
2615
2615
|
.TooltipContent {
|
|
2616
2616
|
background: #fff;
|
|
2617
|
-
font-size: var(--font-size-smaller);
|
|
2618
2617
|
text-align: left;
|
|
2619
2618
|
}
|
|
2620
2619
|
|
package/package.json
CHANGED