@touchtech/baselayer-ui 2.4.4 → 2.4.6
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 +18 -17
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
--button-size: var(--theme-button-height-medium, 39px);
|
|
3
3
|
|
|
4
4
|
background-color: var(--theme-button-background-color, #fff);
|
|
5
|
-
border: 1px solid var(--theme-button-border-color, #
|
|
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
8
|
contain: content;
|
|
@@ -59,11 +59,11 @@
|
|
|
59
59
|
}
|
|
60
60
|
|
|
61
61
|
.M9_egEC8msu135oPGVdIf._2bq31qKD7B6r6CTCOL3drW._2eUCWQMETOgiXuib7XfThZ {
|
|
62
|
-
margin-right: var(--theme-button-rounded-offset, -
|
|
62
|
+
margin-right: var(--theme-button-rounded-offset, -4px);
|
|
63
63
|
}
|
|
64
64
|
|
|
65
65
|
.M9_egEC8msu135oPGVdIf._2bq31qKD7B6r6CTCOL3drW.G8o_OMDUFsEQ1ytU7oUYG {
|
|
66
|
-
margin-left: var(--theme-button-rounded-offset, -
|
|
66
|
+
margin-left: var(--theme-button-rounded-offset, -4px);
|
|
67
67
|
}
|
|
68
68
|
|
|
69
69
|
.M9_egEC8msu135oPGVdIf._2vknhUFAIGmjXs7tgkAC7I {
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
|
|
108
108
|
align-items: center;
|
|
109
109
|
background-color: var(--theme-button-background-color, #fff);
|
|
110
|
-
border: 1px solid var(--theme-button-border-color, #
|
|
110
|
+
border: 1px solid var(--theme-button-border-color, #e2e2e2);
|
|
111
111
|
box-sizing: border-box;
|
|
112
112
|
box-shadow: var(--theme-button-shadow, 0 0 12px 0 rgba(0, 0, 0, 0.1));
|
|
113
113
|
color: var(--theme-button-foreground-color, #0e0e0f);
|
|
@@ -168,11 +168,11 @@
|
|
|
168
168
|
}
|
|
169
169
|
|
|
170
170
|
._3eVBgmkG6hjVokm5Xy4UMQ._3UGlOItzKokVg0wGH0eIlX._13tPsp6dfA1Twb1MMHRiGT {
|
|
171
|
-
margin-right: var(--theme-button-rounded-offset, -
|
|
171
|
+
margin-right: var(--theme-button-rounded-offset, -4px);
|
|
172
172
|
}
|
|
173
173
|
|
|
174
174
|
._3eVBgmkG6hjVokm5Xy4UMQ._3UGlOItzKokVg0wGH0eIlX.NI5n6bEVRCQPy6AOAsQ1q {
|
|
175
|
-
margin-left: var(--theme-button-rounded-offset, -
|
|
175
|
+
margin-left: var(--theme-button-rounded-offset, -4px);
|
|
176
176
|
}
|
|
177
177
|
|
|
178
178
|
._3eVBgmkG6hjVokm5Xy4UMQ.gIY9iuvC2VWxcvwwCmaJJ {
|
|
@@ -317,7 +317,8 @@
|
|
|
317
317
|
}
|
|
318
318
|
|
|
319
319
|
._1WuvHD-GdXLrtqwa04W1qy {
|
|
320
|
-
padding: 1em var(--theme-confirmation-modal-horizontal-padding, 1.5rem)
|
|
320
|
+
padding: 1em var(--theme-confirmation-modal-horizontal-padding, 1.5rem) 1.5em
|
|
321
|
+
var(--theme-confirmation-modal-horizontal-padding, 1.5rem);
|
|
321
322
|
font-size: var(--theme-confirmation-modal-header-font-size, 2rem);
|
|
322
323
|
text-transform: uppercase;
|
|
323
324
|
margin: 0;
|
|
@@ -507,7 +508,7 @@
|
|
|
507
508
|
|
|
508
509
|
align-items: center;
|
|
509
510
|
background-color: var(--theme-button-background-color, #fff);
|
|
510
|
-
border: 1px solid var(--theme-button-border-color, #
|
|
511
|
+
border: 1px solid var(--theme-button-border-color, #e2e2e2);
|
|
511
512
|
box-shadow: var(--theme-button-shadow, 0 0 12px 0 rgba(0, 0, 0, 0.1));
|
|
512
513
|
cursor: pointer;
|
|
513
514
|
display: flex;
|
|
@@ -533,19 +534,19 @@
|
|
|
533
534
|
}
|
|
534
535
|
|
|
535
536
|
._2MPuJ3ApvrAvrewjSWGAA2._2JX034qUTCoTdWC2ppA487._1wpC-WXgL06QKxtPzOwNRK {
|
|
536
|
-
margin-top: var(--theme-button-rounded-offset, -
|
|
537
|
+
margin-top: var(--theme-button-rounded-offset, -4px);
|
|
537
538
|
}
|
|
538
539
|
|
|
539
540
|
._2MPuJ3ApvrAvrewjSWGAA2._2JX034qUTCoTdWC2ppA487.LIzrQC7poQT9jURBqMDKh {
|
|
540
|
-
margin-right: var(--theme-button-rounded-offset, -
|
|
541
|
+
margin-right: var(--theme-button-rounded-offset, -4px);
|
|
541
542
|
}
|
|
542
543
|
|
|
543
544
|
._2MPuJ3ApvrAvrewjSWGAA2._2JX034qUTCoTdWC2ppA487._2i_w5ULkUK7LVw5hEO97Ew {
|
|
544
|
-
margin-bottom: var(--theme-button-rounded-offset, -
|
|
545
|
+
margin-bottom: var(--theme-button-rounded-offset, -4px);
|
|
545
546
|
}
|
|
546
547
|
|
|
547
548
|
._2MPuJ3ApvrAvrewjSWGAA2._2JX034qUTCoTdWC2ppA487._38eKlTQTV1YlnEe1GmNtQk {
|
|
548
|
-
margin-left: var(--theme-button-rounded-offset, -
|
|
549
|
+
margin-left: var(--theme-button-rounded-offset, -4px);
|
|
549
550
|
}
|
|
550
551
|
|
|
551
552
|
._2MPuJ3ApvrAvrewjSWGAA2:focus {
|
|
@@ -588,7 +589,7 @@
|
|
|
588
589
|
|
|
589
590
|
align-items: center;
|
|
590
591
|
background-color: var(--theme-button-background-color, #fff);
|
|
591
|
-
border: 1px solid var(--theme-button-border-color, #
|
|
592
|
+
border: 1px solid var(--theme-button-border-color, #e2e2e2);
|
|
592
593
|
box-shadow: var(--theme-button-shadow, 0 0 12px 0 rgba(0, 0, 0, 0.1));
|
|
593
594
|
cursor: pointer;
|
|
594
595
|
display: flex;
|
|
@@ -614,19 +615,19 @@
|
|
|
614
615
|
}
|
|
615
616
|
|
|
616
617
|
._1uifmKNPDzdu5YDnhgwPQK._2q7WvROhNm3gsRIRaQQeaU.wZy_vulZkMbWSX0akcZHA {
|
|
617
|
-
margin-top: var(--theme-button-rounded-offset, -
|
|
618
|
+
margin-top: var(--theme-button-rounded-offset, -4px);
|
|
618
619
|
}
|
|
619
620
|
|
|
620
621
|
._1uifmKNPDzdu5YDnhgwPQK._2q7WvROhNm3gsRIRaQQeaU._2jhhpm60_yPEfxQ-wazj-5 {
|
|
621
|
-
margin-right: var(--theme-button-rounded-offset, -
|
|
622
|
+
margin-right: var(--theme-button-rounded-offset, -4px);
|
|
622
623
|
}
|
|
623
624
|
|
|
624
625
|
._1uifmKNPDzdu5YDnhgwPQK._2q7WvROhNm3gsRIRaQQeaU.DnnrG7ZXmTIhmWUcs99m1 {
|
|
625
|
-
margin-bottom: var(--theme-button-rounded-offset, -
|
|
626
|
+
margin-bottom: var(--theme-button-rounded-offset, -4px);
|
|
626
627
|
}
|
|
627
628
|
|
|
628
629
|
._1uifmKNPDzdu5YDnhgwPQK._2q7WvROhNm3gsRIRaQQeaU._1YdCg7T6XjhmxwcjLNSEb- {
|
|
629
|
-
margin-left: var(--theme-button-rounded-offset, -
|
|
630
|
+
margin-left: var(--theme-button-rounded-offset, -4px);
|
|
630
631
|
}
|
|
631
632
|
|
|
632
633
|
._1uifmKNPDzdu5YDnhgwPQK:focus {
|