@ticketboothapp/booking 1.2.179 → 1.2.180
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/package.json
CHANGED
|
@@ -9,7 +9,8 @@
|
|
|
9
9
|
.section {
|
|
10
10
|
padding-top: 1.5rem;
|
|
11
11
|
margin-top: 1.5rem;
|
|
12
|
-
|
|
12
|
+
/* Keep this explicit: the scoped preflight resets borders on every child. */
|
|
13
|
+
border-top: 1px solid var(--booking-stone-200, #e7e5e4) !important;
|
|
13
14
|
}
|
|
14
15
|
|
|
15
16
|
.sectionLabel {
|
|
@@ -1007,11 +1007,9 @@
|
|
|
1007
1007
|
border-top-color: var(--booking-stone-200, #e7e5e4) !important;
|
|
1008
1008
|
}
|
|
1009
1009
|
|
|
1010
|
-
/* Line above first receipt row (above ADULT etc.): CheckoutForm
|
|
1010
|
+
/* Line above first receipt row (above ADULT etc.): CheckoutForm section wrappers */
|
|
1011
1011
|
.booking-flow-preflight [class*="CheckoutForm_section"],
|
|
1012
|
-
.booking-flow-root [class*="CheckoutForm_section"]
|
|
1013
|
-
.booking-flow-preflight [class*="PrivateShuttleBookingFlow_section"],
|
|
1014
|
-
.booking-flow-root [class*="PrivateShuttleBookingFlow_section"] {
|
|
1012
|
+
.booking-flow-root [class*="CheckoutForm_section"] {
|
|
1015
1013
|
border-top-width: 1px !important;
|
|
1016
1014
|
border-top-style: solid !important;
|
|
1017
1015
|
border-top-color: var(--booking-stone-200, #e7e5e4) !important;
|