Files
web/apps/scandic-web/components/HotelReservation/MyStay/Receipt/Footer/footer.module.css
Linus Flood 7fb95f436b Merged in feat/book-522-align (pull request #3101)
feat(BOOK-522): align items in topmenu, header and booking widget

* feat(BOOK-522): align items in topmenu, header and booking widget

* Delete old css variable and use new

* Fixed underline on icons


Approved-by: Erik Tiekstra
2025-11-07 11:06:56 +00:00

21 lines
239 B
CSS

.dl {
padding: 0 var(--Spacing-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;
}