From b42f92b121a3b2f11fcccc9b52b2d5882c3d5436 Mon Sep 17 00:00:00 2001 From: Pontus Dreij Date: Tue, 28 Jan 2025 10:50:06 +0100 Subject: [PATCH] feat(SW-718) Updated css naming --- .../HotelReservation/SelectRate/Rooms/index.tsx | 2 +- .../SelectRate/Rooms/rooms.module.css | 12 ++++-------- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/components/HotelReservation/SelectRate/Rooms/index.tsx b/components/HotelReservation/SelectRate/Rooms/index.tsx index 1b3e3f24f..2fe4aea3a 100644 --- a/components/HotelReservation/SelectRate/Rooms/index.tsx +++ b/components/HotelReservation/SelectRate/Rooms/index.tsx @@ -243,7 +243,7 @@ export default function Rooms({ )}
-
+
* { +.roomPanel > * { overflow: hidden; } .roomSelectionPanel { - composes: _basePanel; + composes: roomPanel; gap: var(--Spacing-x2); } -.selectedRoomPanel { - composes: _basePanel; -} - -.roomSelectionPanelContainer.selected .selectedRoomPanel { +.roomSelectionPanelContainer.selected .roomPanel { grid-template-rows: 1fr; opacity: 1; height: auto;