Files
web/packages/booking-flow/lib/components/BookingConfirmation/Receipt/Room/roomSkeletonLoader.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

6 lines
77 B
CSS

.room {
display: flex;
gap: var(--Space-x1);
flex-direction: column;
}