Files
web/apps/scandic-web/components/ParkingInformation/ParkingPrices/parkingPrices.module.css
Erik Tiekstra f80c2e9583 Merged in feat/SW-1598-hotel-parking-prices (pull request #1458)
feat(SW-1598): Now only showing "Free parking" when free parking is chosen

* feat(SW-1598): Now only showing "Free parking" when free parking is chosen


Approved-by: Fredrik Thorsson
Approved-by: Matilda Landström
2025-03-04 13:38:35 +00:00

16 lines
171 B
CSS

.wrapper {
display: grid;
row-gap: var(--Spacing-x1);
margin: 0;
}
.period {
display: flex;
gap: var(--Spacing-x5);
}
.information {
margin: 0;
flex: 1;
}