@touchtech/baselayer-ui 2.2.7 → 2.2.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 +6 -5
- 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, 39px);
|
|
3
3
|
|
|
4
4
|
background-color: var(--theme-button-background-color, #fff);
|
|
5
5
|
border: none;
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
}
|
|
99
99
|
|
|
100
100
|
._3eVBgmkG6hjVokm5Xy4UMQ {
|
|
101
|
-
--button-size: var(--theme-button-height-medium,
|
|
101
|
+
--button-size: var(--theme-button-height-medium, 39px);
|
|
102
102
|
|
|
103
103
|
align-items: center;
|
|
104
104
|
background-color: var(--theme-button-background-color, #fff);
|
|
@@ -958,7 +958,7 @@
|
|
|
958
958
|
var(--theme-font-size, 15px)
|
|
959
959
|
);
|
|
960
960
|
font-weight: var(--theme-input-font-weight, 400);
|
|
961
|
-
height: var(--theme-text-input-height-medium,
|
|
961
|
+
height: var(--theme-text-input-height-medium, 39px);
|
|
962
962
|
outline: none;
|
|
963
963
|
padding: 0 1em;
|
|
964
964
|
width: 100%;
|
|
@@ -981,7 +981,8 @@
|
|
|
981
981
|
._31oAAOE_dvGoAz9qJmo8EG {
|
|
982
982
|
font-size: var(--theme-input-label-font-size, 0.8rem);
|
|
983
983
|
font-family: var(--theme-input-label-font-family, sans-serif);
|
|
984
|
-
|
|
984
|
+
text-transform: uppercase;
|
|
985
|
+
font-weight: bold;
|
|
985
986
|
line-height: 2em;
|
|
986
987
|
}
|
|
987
988
|
|
|
@@ -1005,7 +1006,7 @@
|
|
|
1005
1006
|
flex-direction: column;
|
|
1006
1007
|
height: 100%;
|
|
1007
1008
|
justify-content: center;
|
|
1008
|
-
font-size: var(--theme-toast-font-size, 0.
|
|
1009
|
+
font-size: var(--theme-toast-font-size, 0.8rem);
|
|
1009
1010
|
padding: var(--theme-toast-padding, 10px 60px 10px 25px);
|
|
1010
1011
|
}
|
|
1011
1012
|
|