Files
web/apps/scandic-web/components/HotelReservation/MyStay/Receipt/Footer/footer.module.css
Niclas Edenvin efa7336ebd Merged in feat/sw-1602-preliminary-receipt (pull request #1595)
feat/sw-1602 preliminary receipt

* feat(sw-1602): create page for preliminary receipt

* Add link to my stay page


Approved-by: Pontus Dreij
2025-03-24 07:55:15 +00:00

21 lines
252 B
CSS

.dl {
padding: 0 var(--Spacing-x2);
display: flex;
}
.dl > div {
display: flex;
flex-direction: column;
flex-grow: 1;
gap: var(--Spacing-x-one-and-half);
}
.dl dt {
color: var(--Text-Tertiary);
}
.rightColumn {
text-align: right;
}