@deque/cauldron-styles 4.3.0-canary.9ab9fc67 → 4.3.0-canary.e2302853
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 -2
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -2603,7 +2603,7 @@ button.TooltipTabstop {
|
|
|
2603
2603
|
}
|
|
2604
2604
|
|
|
2605
2605
|
.TopBar > ul > li:not(.TopBar__menu-trigger) {
|
|
2606
|
-
padding: 0 var(--space-
|
|
2606
|
+
padding: 0 var(--space-small);
|
|
2607
2607
|
font-size: var(--text-size-small);
|
|
2608
2608
|
height: var(--top-bar-height);
|
|
2609
2609
|
display: flex;
|
|
@@ -3807,7 +3807,7 @@ fieldset.Panel {
|
|
|
3807
3807
|
display: flex;
|
|
3808
3808
|
align-items: center;
|
|
3809
3809
|
justify-content: center;
|
|
3810
|
-
padding: 0 var(--space-
|
|
3810
|
+
padding: 0 var(--space-small);
|
|
3811
3811
|
/* clicking anywhere in the "item" should activate the anchor */
|
|
3812
3812
|
height: 100%;
|
|
3813
3813
|
width: 100%;
|
package/package.json
CHANGED