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

13 lines
313 B
CSS

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