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:
@@ -28,6 +28,7 @@
|
|||||||
|
|
||||||
.heading {
|
.heading {
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topImage {
|
.topImage {
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user