Files
web/packages/booking-flow/lib/components/PriceDetailsModal/PriceDetailsTable/Tbody/tbody.module.css
Erik Tiekstra 88644597df chore: Replaced deprecated Spacing variables with current values
Approved-by: Matilda Landström
2025-11-12 12:56:22 +00:00

24 lines
386 B
CSS

.tbody {
display: flex;
gap: var(--Space-x05);
flex-direction: column;
width: 100%;
}
.tbody:has(tr > th) {
padding-top: var(--Space-x2);
}
.tbody:has(tr > th):not(:first-of-type),
.border {
border-top: 1px solid var(--Primary-Light-On-Surface-Divider-subtle);
}
.tbody:not(:last-child) {
padding-bottom: var(--Space-x2);
}
.border {
padding-top: var(--Space-x2);
}