Files
web/components/HotelReservation/BookingConfirmation/SummarySection/summarySection.module.css
2024-08-21 15:32:53 +02:00

11 lines
195 B
CSS

.section {
width: 100%;
}
.summary {
display: flex;
justify-content: space-between;
padding: var(--Spacing-x2) var(--Spacing-x0);
border-bottom: 1px solid var(--Base-Border-Subtle);
}