Files
web/components/HotelReservation/SelectRate/SelectedRoomPanel/selectedRoomPanel.module.css
2025-01-30 11:19:22 +01:00

6 lines
97 B
CSS

.selectedRoomPanel {
display: flex;
flex-direction: row;
justify-content: space-between;
}