Files
web/apps/scandic-web/components/HotelReservation/MyStay/Receipt/Footer/footer.module.css
Erik Tiekstra 88644597df chore: Replaced deprecated Spacing variables with current values
Approved-by: Matilda Landström
2025-11-12 12:56:22 +00:00

21 lines
237 B
CSS

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