Files
web/components/HotelReservation/BookingConfirmation/PaymentDetails/paymentDetails.module.css
2024-11-29 15:55:30 +01:00

19 lines
250 B
CSS

.details,
.payment {
display: flex;
flex-direction: column;
}
.details {
gap: var(--Spacing-x-one-and-half);
}
.payment {
gap: var(--Spacing-x-half);
}
.details button.btn {
align-self: flex-start;
margin-top: var(--Spacing-x-half);
}