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
This commit is contained in:
Matilda Haneling
2025-12-04 08:07:58 +00:00
parent e459eb17f4
commit 9de9654bb0
2 changed files with 2 additions and 2 deletions

View File

@@ -28,6 +28,7 @@
.heading { .heading {
z-index: 1; z-index: 1;
text-align: center;
} }
.topImage { .topImage {

View File

@@ -14,8 +14,7 @@
/* To avoid this "flash" the styling is set to transparent) */ /* 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. */ /* It is a non-standard css proprty, so shouldn't have too much of an effect on accessibility. */
-webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent;
border-bottom-right-radius: 10px; border-radius: var(--Corner-radius-md);
border-bottom-left-radius: 10px;
} }
.complete { .complete {