@touchtech/baselayer-ui 2.2.7 → 2.2.9
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 -6
- 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);
|
|
@@ -859,7 +859,6 @@
|
|
|
859
859
|
}
|
|
860
860
|
|
|
861
861
|
._2-SFwsppEuobBJkAwwQrFC {
|
|
862
|
-
contain: layout;
|
|
863
862
|
display: inline-block;
|
|
864
863
|
position: relative;
|
|
865
864
|
}
|
|
@@ -958,7 +957,7 @@
|
|
|
958
957
|
var(--theme-font-size, 15px)
|
|
959
958
|
);
|
|
960
959
|
font-weight: var(--theme-input-font-weight, 400);
|
|
961
|
-
height: var(--theme-text-input-height-medium,
|
|
960
|
+
height: var(--theme-text-input-height-medium, 39px);
|
|
962
961
|
outline: none;
|
|
963
962
|
padding: 0 1em;
|
|
964
963
|
width: 100%;
|
|
@@ -981,7 +980,8 @@
|
|
|
981
980
|
._31oAAOE_dvGoAz9qJmo8EG {
|
|
982
981
|
font-size: var(--theme-input-label-font-size, 0.8rem);
|
|
983
982
|
font-family: var(--theme-input-label-font-family, sans-serif);
|
|
984
|
-
|
|
983
|
+
text-transform: uppercase;
|
|
984
|
+
font-weight: bold;
|
|
985
985
|
line-height: 2em;
|
|
986
986
|
}
|
|
987
987
|
|
|
@@ -1005,7 +1005,7 @@
|
|
|
1005
1005
|
flex-direction: column;
|
|
1006
1006
|
height: 100%;
|
|
1007
1007
|
justify-content: center;
|
|
1008
|
-
font-size: var(--theme-toast-font-size, 0.
|
|
1008
|
+
font-size: var(--theme-toast-font-size, 0.8rem);
|
|
1009
1009
|
padding: var(--theme-toast-padding, 10px 60px 10px 25px);
|
|
1010
1010
|
}
|
|
1011
1011
|
|