Feat/SW-1149 handle status polling * feat(SW-1149): move terms and conditions sections to separate component and added copy * feat(SW-1149): Added client component to handle success callback for payment flow * fix: check for bookingCompleted status as well * feat(SW-1587): use alert instead of toast for showing payment errors * fix: added enum for payment callback status * fix: proper way of checking for multiple statuses * fix: update schema type * fix: use localised link to customer service * fix: update to use enum for status strings Approved-by: Arvid Norlin
19 lines
307 B
CSS
19 lines
307 B
CSS
.container {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
min-height: 100vh;
|
|
padding: var(--Spacing-x2);
|
|
text-align: center;
|
|
}
|
|
|
|
.container .heading {
|
|
margin-bottom: var(--Spacing-x1);
|
|
}
|
|
|
|
.messageContainer {
|
|
max-width: 435px;
|
|
text-align: center;
|
|
}
|