Files
web/packages/design-system/lib/components/Form/SelectPaymentMethod/selectPaymentMethod.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

12 lines
179 B
CSS

.paymentOptionContainer {
display: flex;
flex-direction: column;
gap: var(--Space-x15);
}
.section {
display: flex;
flex-direction: column;
gap: var(--Spacing-x2);
}