From 03fd0a8a49e5e3bf7e2e9739efcbee14bdaeebda Mon Sep 17 00:00:00 2001 From: Fredrik Thorsson Date: Thu, 8 Aug 2024 13:55:44 +0200 Subject: [PATCH] feat(SW-68): add semantic elements --- .../(public)/hotelreservation/select-hotel/page.module.css | 6 +----- .../(live)/(public)/hotelreservation/select-hotel/page.tsx | 6 +++--- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/app/[lang]/(live)/(public)/hotelreservation/select-hotel/page.module.css b/app/[lang]/(live)/(public)/hotelreservation/select-hotel/page.module.css index 31faba044..d5e160c9c 100644 --- a/app/[lang]/(live)/(public)/hotelreservation/select-hotel/page.module.css +++ b/app/[lang]/(live)/(public)/hotelreservation/select-hotel/page.module.css @@ -7,11 +7,7 @@ background-color: var(--Scandic-Brand-Warm-White); } -.button { - padding-left: var(--Spacing-x0); -} - -.section { +.hotelSection { display: grid; gap: var(--Spacing-x4); } diff --git a/app/[lang]/(live)/(public)/hotelreservation/select-hotel/page.tsx b/app/[lang]/(live)/(public)/hotelreservation/select-hotel/page.tsx index de7e8be68..64bbb5b77 100644 --- a/app/[lang]/(live)/(public)/hotelreservation/select-hotel/page.tsx +++ b/app/[lang]/(live)/(public)/hotelreservation/select-hotel/page.tsx @@ -31,7 +31,7 @@ export default async function SelectHotelPage({ return ( <>
- -
+
+
{hotels.map((hotel) => ( ))}