@touchtech/baselayer-ui 2.4.7 → 2.4.8
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 +8 -8
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
.M9_egEC8msu135oPGVdIf {
|
|
2
|
-
--button-size: var(--theme-button-height-medium,
|
|
2
|
+
--button-size: var(--theme-button-height-medium, 41px);
|
|
3
3
|
|
|
4
4
|
background-color: var(--theme-button-background-color, #fff);
|
|
5
5
|
border: 1px solid var(--theme-button-border-color, #e2e2e2);
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
}
|
|
103
103
|
|
|
104
104
|
._3eVBgmkG6hjVokm5Xy4UMQ {
|
|
105
|
-
--button-size: var(--theme-button-height-medium,
|
|
105
|
+
--button-size: var(--theme-button-height-medium, 41px);
|
|
106
106
|
|
|
107
107
|
align-items: center;
|
|
108
108
|
background-color: var(--theme-button-background-color, #fff);
|
|
@@ -199,7 +199,7 @@
|
|
|
199
199
|
}
|
|
200
200
|
|
|
201
201
|
._13ss1xsMNizvEgP_hxEV8B {
|
|
202
|
-
--color-swatch-size: var(--theme-button-height,
|
|
202
|
+
--color-swatch-size: var(--theme-button-height, 41px);
|
|
203
203
|
--color-swatch-shadow: var(
|
|
204
204
|
--theme-button-shadow,
|
|
205
205
|
0 0 12px 0 rgba(0, 0, 0, 0.1)
|
|
@@ -226,7 +226,7 @@
|
|
|
226
226
|
}
|
|
227
227
|
|
|
228
228
|
._13ss1xsMNizvEgP_hxEV8B.L6fAt6RZYz_z3wPbjZExH {
|
|
229
|
-
--color-swatch-size: calc(var(--theme-button-height,
|
|
229
|
+
--color-swatch-size: calc(var(--theme-button-height, 41px) * 1.5);
|
|
230
230
|
|
|
231
231
|
cursor: auto;
|
|
232
232
|
}
|
|
@@ -761,7 +761,7 @@
|
|
|
761
761
|
font-size: var(--theme-list-view-item-font-size, 1rem);
|
|
762
762
|
font-weight: var(--theme-list-view-item-font-weight, 500);
|
|
763
763
|
padding: var(--theme-list-view-item-padding, 0 1.5rem);
|
|
764
|
-
min-height: var(--theme-list-view-item-height,
|
|
764
|
+
min-height: var(--theme-list-view-item-height, 41px);
|
|
765
765
|
text-align: left;
|
|
766
766
|
text-decoration: none;
|
|
767
767
|
transition: all 0.1s ease-out;
|
|
@@ -893,7 +893,7 @@
|
|
|
893
893
|
align-items: center;
|
|
894
894
|
font-family: var(--theme-menu-item-font-family, sans-serif);
|
|
895
895
|
font-weight: var(--theme-menu-item-font-weight, 500);
|
|
896
|
-
min-height: var(--theme-menu-item-height,
|
|
896
|
+
min-height: var(--theme-menu-item-height, 41px);
|
|
897
897
|
padding: var(--theme-menu-item-padding, 0 1.5rem);
|
|
898
898
|
white-space: nowrap;
|
|
899
899
|
}
|
|
@@ -922,7 +922,7 @@
|
|
|
922
922
|
align-items: center;
|
|
923
923
|
font-family: var(--theme-menu-item-font-family, sans-serif);
|
|
924
924
|
font-weight: var(--theme-menu-item-font-weight, 500);
|
|
925
|
-
height: var(--theme-menu-item-height,
|
|
925
|
+
height: var(--theme-menu-item-height, 41px);
|
|
926
926
|
padding: var(--theme-menu-item-padding, 0 1.5rem);
|
|
927
927
|
white-space: nowrap;
|
|
928
928
|
}
|
|
@@ -977,7 +977,7 @@
|
|
|
977
977
|
var(--theme-font-size, 15px)
|
|
978
978
|
);
|
|
979
979
|
font-weight: var(--theme-input-font-weight, 400);
|
|
980
|
-
height: var(--theme-text-input-height-medium,
|
|
980
|
+
height: var(--theme-text-input-height-medium, 41px);
|
|
981
981
|
outline: none;
|
|
982
982
|
padding: 0 1em;
|
|
983
983
|
width: 100%;
|