Setup booking-confirmation page in SAS * Setup booking-confirmation page in SAS move booking-confirmation tracking to booking-flow * remove unused param * Add test cards to documentation * Fix payment callback page to use correct status Approved-by: Anton Gunnarsson Approved-by: Hrishikesh Vaipurkar
5 lines
81 B
CSS
5 lines
81 B
CSS
.layout {
|
|
background-color: var(--Background-Primary);
|
|
min-height: 100dvh;
|
|
}
|