@touchtech/baselayer-ui 2.2.10 → 2.2.11
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/styles.css +3 -3
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -459,7 +459,7 @@
|
|
|
459
459
|
}
|
|
460
460
|
|
|
461
461
|
.uh8zkmQp5ybk5WJSla69D {
|
|
462
|
-
--size: var(--theme-icon-height-medium,
|
|
462
|
+
--size: var(--theme-icon-height-medium, 22px);
|
|
463
463
|
|
|
464
464
|
display: block;
|
|
465
465
|
contain: strict;
|
|
@@ -478,7 +478,7 @@
|
|
|
478
478
|
}
|
|
479
479
|
|
|
480
480
|
.uh8zkmQp5ybk5WJSla69D._2rgucAH8Bnli-cmjz9i2C2 {
|
|
481
|
-
--size: var(--theme-icon-height-large,
|
|
481
|
+
--size: var(--theme-icon-height-large, 26px);
|
|
482
482
|
}
|
|
483
483
|
|
|
484
484
|
.uh8zkmQp5ybk5WJSla69D.I-eI5q8rd2bSp9B-FhUza {
|
|
@@ -1023,7 +1023,7 @@ h4 {
|
|
|
1023
1023
|
}
|
|
1024
1024
|
|
|
1025
1025
|
.FEWDnDsP-9A9JHG20qBS5 > * {
|
|
1026
|
-
margin-left: var(--theme-button-gap,
|
|
1026
|
+
margin-left: var(--theme-button-gap, 7px);
|
|
1027
1027
|
}
|
|
1028
1028
|
|
|
1029
1029
|
.FEWDnDsP-9A9JHG20qBS5 > *:first-child {
|