@touchtech/baselayer-ui 2.4.6 → 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 -10
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
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);
|
|
6
6
|
box-shadow: var(--theme-button-shadow, 0 0 12px 0 rgba(0, 0, 0, 0.1));
|
|
7
7
|
color: var(--theme-button-foreground-color, #0e0e0f);
|
|
8
|
-
contain: content;
|
|
9
8
|
cursor: pointer;
|
|
10
9
|
display: block;
|
|
11
10
|
font-family: var(--theme-button-font-family, helvetica, arial, sans-serif);
|
|
@@ -103,7 +102,7 @@
|
|
|
103
102
|
}
|
|
104
103
|
|
|
105
104
|
._3eVBgmkG6hjVokm5Xy4UMQ {
|
|
106
|
-
--button-size: var(--theme-button-height-medium,
|
|
105
|
+
--button-size: var(--theme-button-height-medium, 41px);
|
|
107
106
|
|
|
108
107
|
align-items: center;
|
|
109
108
|
background-color: var(--theme-button-background-color, #fff);
|
|
@@ -111,7 +110,6 @@
|
|
|
111
110
|
box-sizing: border-box;
|
|
112
111
|
box-shadow: var(--theme-button-shadow, 0 0 12px 0 rgba(0, 0, 0, 0.1));
|
|
113
112
|
color: var(--theme-button-foreground-color, #0e0e0f);
|
|
114
|
-
contain: content;
|
|
115
113
|
cursor: pointer;
|
|
116
114
|
display: grid;
|
|
117
115
|
column-gap: 1em;
|
|
@@ -201,7 +199,7 @@
|
|
|
201
199
|
}
|
|
202
200
|
|
|
203
201
|
._13ss1xsMNizvEgP_hxEV8B {
|
|
204
|
-
--color-swatch-size: var(--theme-button-height,
|
|
202
|
+
--color-swatch-size: var(--theme-button-height, 41px);
|
|
205
203
|
--color-swatch-shadow: var(
|
|
206
204
|
--theme-button-shadow,
|
|
207
205
|
0 0 12px 0 rgba(0, 0, 0, 0.1)
|
|
@@ -228,7 +226,7 @@
|
|
|
228
226
|
}
|
|
229
227
|
|
|
230
228
|
._13ss1xsMNizvEgP_hxEV8B.L6fAt6RZYz_z3wPbjZExH {
|
|
231
|
-
--color-swatch-size: calc(var(--theme-button-height,
|
|
229
|
+
--color-swatch-size: calc(var(--theme-button-height, 41px) * 1.5);
|
|
232
230
|
|
|
233
231
|
cursor: auto;
|
|
234
232
|
}
|
|
@@ -763,7 +761,7 @@
|
|
|
763
761
|
font-size: var(--theme-list-view-item-font-size, 1rem);
|
|
764
762
|
font-weight: var(--theme-list-view-item-font-weight, 500);
|
|
765
763
|
padding: var(--theme-list-view-item-padding, 0 1.5rem);
|
|
766
|
-
min-height: var(--theme-list-view-item-height,
|
|
764
|
+
min-height: var(--theme-list-view-item-height, 41px);
|
|
767
765
|
text-align: left;
|
|
768
766
|
text-decoration: none;
|
|
769
767
|
transition: all 0.1s ease-out;
|
|
@@ -895,7 +893,7 @@
|
|
|
895
893
|
align-items: center;
|
|
896
894
|
font-family: var(--theme-menu-item-font-family, sans-serif);
|
|
897
895
|
font-weight: var(--theme-menu-item-font-weight, 500);
|
|
898
|
-
min-height: var(--theme-menu-item-height,
|
|
896
|
+
min-height: var(--theme-menu-item-height, 41px);
|
|
899
897
|
padding: var(--theme-menu-item-padding, 0 1.5rem);
|
|
900
898
|
white-space: nowrap;
|
|
901
899
|
}
|
|
@@ -924,7 +922,7 @@
|
|
|
924
922
|
align-items: center;
|
|
925
923
|
font-family: var(--theme-menu-item-font-family, sans-serif);
|
|
926
924
|
font-weight: var(--theme-menu-item-font-weight, 500);
|
|
927
|
-
height: var(--theme-menu-item-height,
|
|
925
|
+
height: var(--theme-menu-item-height, 41px);
|
|
928
926
|
padding: var(--theme-menu-item-padding, 0 1.5rem);
|
|
929
927
|
white-space: nowrap;
|
|
930
928
|
}
|
|
@@ -979,7 +977,7 @@
|
|
|
979
977
|
var(--theme-font-size, 15px)
|
|
980
978
|
);
|
|
981
979
|
font-weight: var(--theme-input-font-weight, 400);
|
|
982
|
-
height: var(--theme-text-input-height-medium,
|
|
980
|
+
height: var(--theme-text-input-height-medium, 41px);
|
|
983
981
|
outline: none;
|
|
984
982
|
padding: 0 1em;
|
|
985
983
|
width: 100%;
|