From 9de9654bb0f5dfbe1c85c8fbab3a2c30a3952334 Mon Sep 17 00:00:00 2001 From: Matilda Haneling Date: Thu, 4 Dec 2025 08:07:58 +0000 Subject: [PATCH] Merged in fix/book-636-mobile-booking-widget-border-radius (pull request #3287) fix(BOOK-636): updeted rounded corners and text align on mobile start page * fix(BOOK-636): updeted rounded corners and text align on mobile start page Approved-by: Erik Tiekstra --- .../components/ContentType/StartPage/startPage.module.css | 1 + .../BookingWidget/MobileToggleButton/button.module.css | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/scandic-web/components/ContentType/StartPage/startPage.module.css b/apps/scandic-web/components/ContentType/StartPage/startPage.module.css index 6543994d0..dcecb5c63 100644 --- a/apps/scandic-web/components/ContentType/StartPage/startPage.module.css +++ b/apps/scandic-web/components/ContentType/StartPage/startPage.module.css @@ -28,6 +28,7 @@ .heading { z-index: 1; + text-align: center; } .topImage { diff --git a/packages/booking-flow/lib/components/BookingWidget/MobileToggleButton/button.module.css b/packages/booking-flow/lib/components/BookingWidget/MobileToggleButton/button.module.css index 90b2537c8..eea5db500 100644 --- a/packages/booking-flow/lib/components/BookingWidget/MobileToggleButton/button.module.css +++ b/packages/booking-flow/lib/components/BookingWidget/MobileToggleButton/button.module.css @@ -14,8 +14,7 @@ /* To avoid this "flash" the styling is set to transparent) */ /* It is a non-standard css proprty, so shouldn't have too much of an effect on accessibility. */ -webkit-tap-highlight-color: transparent; - border-bottom-right-radius: 10px; - border-bottom-left-radius: 10px; + border-radius: var(--Corner-radius-md); } .complete {