Files
web/apps/scandic-web/components/HotelReservation/MySavedCards/mySavedCards.module.css
2025-04-28 12:40:52 +00:00

12 lines
192 B
CSS

.paymentOptionContainer {
display: flex;
flex-direction: column;
gap: var(--Spacing-x-one-and-half);
}
.section {
display: flex;
flex-direction: column;
gap: var(--Spacing-x2);
}