fix(BOOK-644): update ui reward night gla * fix(BOOK-644): update ut reward night gla Approved-by: Erik Tiekstra Approved-by: Matilda Landström
35 lines
685 B
CSS
35 lines
685 B
CSS
.confirmBooking {
|
|
display: grid;
|
|
gap: var(--Space-x3);
|
|
}
|
|
|
|
.redemptionInfo {
|
|
display: flex;
|
|
align-items: flex-start;
|
|
background-color: var(--Surface-Secondary-Default);
|
|
border-radius: var(--Corner-Radius-lg);
|
|
padding: var(--Space-x2);
|
|
gap: var(--Space-x1);
|
|
}
|
|
|
|
.textWrapper {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: var(--Space-x05);
|
|
}
|
|
.selections {
|
|
background-color: var(--Surface-Secondary-Default);
|
|
border-radius: var(--Corner-Radius-lg);
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: var(--Space-x2);
|
|
padding: var(--Space-x2);
|
|
}
|
|
|
|
.checkboxContainer {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: var(--Space-x2);
|
|
width: min(800px, 100%);
|
|
}
|