@touchtech/baselayer-ui 2.2.8 → 2.2.10
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 +7 -12
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -41,13 +41,11 @@
|
|
|
41
41
|
.M9_egEC8msu135oPGVdIf._1bNQhbZwLA8ErLmwdQitJe {
|
|
42
42
|
--button-size: var(--theme-button-height-small, 30px);
|
|
43
43
|
|
|
44
|
-
font-size: var(--theme-button-font-size-small, 0.
|
|
44
|
+
font-size: var(--theme-button-font-size-small, 0.75rem);
|
|
45
45
|
}
|
|
46
46
|
|
|
47
47
|
.M9_egEC8msu135oPGVdIf._2DwLFD-4gDz9HEAAiwWJPq {
|
|
48
48
|
--button-size: var(--theme-button-height-large, 54px);
|
|
49
|
-
|
|
50
|
-
font-size: var(--theme-button-font-size-large, 1.2rem);
|
|
51
49
|
}
|
|
52
50
|
|
|
53
51
|
.M9_egEC8msu135oPGVdIf._31CfmTUYpEh1hZvctQ9lK4 {
|
|
@@ -145,13 +143,11 @@
|
|
|
145
143
|
._3eVBgmkG6hjVokm5Xy4UMQ._8I9fhnzbMvCrl5KPj9f0 {
|
|
146
144
|
--button-size: var(--theme-button-height-small, 30px);
|
|
147
145
|
|
|
148
|
-
font-size: var(--theme-button-font-size-small, 0.
|
|
146
|
+
font-size: var(--theme-button-font-size-small, 0.75rem);
|
|
149
147
|
}
|
|
150
148
|
|
|
151
149
|
._3eVBgmkG6hjVokm5Xy4UMQ._3_SwqmDWOGv877iHACnJpC {
|
|
152
150
|
--button-size: var(--theme-button-height-large, 54px);
|
|
153
|
-
|
|
154
|
-
font-size: var(--theme-button-font-size-large, 1.2rem);
|
|
155
151
|
}
|
|
156
152
|
|
|
157
153
|
._3eVBgmkG6hjVokm5Xy4UMQ._1xOa3CBRHzPCRWNsiJ65aC {
|
|
@@ -859,7 +855,6 @@
|
|
|
859
855
|
}
|
|
860
856
|
|
|
861
857
|
._2-SFwsppEuobBJkAwwQrFC {
|
|
862
|
-
contain: layout;
|
|
863
858
|
display: inline-block;
|
|
864
859
|
position: relative;
|
|
865
860
|
}
|
|
@@ -966,12 +961,12 @@
|
|
|
966
961
|
|
|
967
962
|
._2wfqOzWBoAn_K7goqvjXJe._1a4QOVJB0zW3Urf_5hqNjj {
|
|
968
963
|
height: var(--theme-text-input-height-small, 30px);
|
|
969
|
-
font-size: var(--theme-text-input-font-size-small, 0.
|
|
964
|
+
font-size: var(--theme-text-input-font-size-small, 0.75rem);
|
|
970
965
|
}
|
|
971
966
|
|
|
972
967
|
._2wfqOzWBoAn_K7goqvjXJe._3DQ52Qd_1K4_VxxVv728SX {
|
|
973
968
|
height: var(--theme-text-input-height-large, 54px);
|
|
974
|
-
font-size: var(--theme-text-input-font-size-
|
|
969
|
+
font-size: var(--theme-text-input-font-size-small, 1.25rem);
|
|
975
970
|
}
|
|
976
971
|
|
|
977
972
|
._2wfqOzWBoAn_K7goqvjXJe:focus {
|
|
@@ -979,7 +974,7 @@
|
|
|
979
974
|
}
|
|
980
975
|
|
|
981
976
|
._31oAAOE_dvGoAz9qJmo8EG {
|
|
982
|
-
font-size: var(--theme-input-label-font-size, 0.
|
|
977
|
+
font-size: var(--theme-input-label-font-size, 0.75rem);
|
|
983
978
|
font-family: var(--theme-input-label-font-family, sans-serif);
|
|
984
979
|
text-transform: uppercase;
|
|
985
980
|
font-weight: bold;
|
|
@@ -1006,7 +1001,7 @@
|
|
|
1006
1001
|
flex-direction: column;
|
|
1007
1002
|
height: 100%;
|
|
1008
1003
|
justify-content: center;
|
|
1009
|
-
font-size: var(--theme-toast-font-size, 0.
|
|
1004
|
+
font-size: var(--theme-toast-font-size, 0.75rem);
|
|
1010
1005
|
padding: var(--theme-toast-padding, 10px 60px 10px 25px);
|
|
1011
1006
|
}
|
|
1012
1007
|
|
|
@@ -1014,7 +1009,7 @@
|
|
|
1014
1009
|
h2,
|
|
1015
1010
|
h3,
|
|
1016
1011
|
h4 {
|
|
1017
|
-
font-size: var(--theme-toast-heading-font-size, 1.
|
|
1012
|
+
font-size: var(--theme-toast-heading-font-size, 1.25rem);
|
|
1018
1013
|
line-height: 1.35em;
|
|
1019
1014
|
margin: 0;
|
|
1020
1015
|
}
|