Chore/SW-2878 extract booking confirmation pag * chore(SW-2878): Moved booking confirmation page to booking-flow package * chore(SW-2878): Fixed promo styles as per design * chore(SW-2878): Kept tiny duplicate function to avoid export from booking-flow package Approved-by: Anton Gunnarsson
13 lines
162 B
CSS
13 lines
162 B
CSS
.entry {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.textDefault {
|
|
color: var(--Text-Default);
|
|
}
|
|
|
|
.textSecondary {
|
|
color: var(--Text-Secondary);
|
|
}
|