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

14 lines
214 B
CSS

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