diff --git a/components/HotelReservation/SelectRate/Rooms/rooms.module.css b/components/HotelReservation/SelectRate/Rooms/rooms.module.css index 7e252e4fc..fc45fdbc4 100644 --- a/components/HotelReservation/SelectRate/Rooms/rooms.module.css +++ b/components/HotelReservation/SelectRate/Rooms/rooms.module.css @@ -15,7 +15,8 @@ padding: var(--Spacing-x2); } -.roomPanel { +.roomPanel, +.roomSelectionPanel { display: grid; grid-template-rows: 0fr; opacity: 0; @@ -30,7 +31,6 @@ } .roomSelectionPanel { - composes: roomPanel; gap: var(--Spacing-x2); }