feat(BOOK-747): show extra cost alert if reward night or voucher * feat(BOOK-747): show extra cost alert if reward night or voucher * feat(BOOK-747): use enum * feat(BOOK-747): refactor * feat(BOOK-747): add underline to trigger text Approved-by: Anton Gunnarsson
20 lines
231 B
CSS
20 lines
231 B
CSS
.terms {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: var(--Space-x1);
|
|
}
|
|
|
|
.term {
|
|
display: flex;
|
|
gap: var(--Space-x1);
|
|
}
|
|
|
|
.triggerButton {
|
|
cursor: pointer;
|
|
z-index: 2;
|
|
}
|
|
|
|
.triggerText {
|
|
text-decoration: underline;
|
|
}
|