fix(BOOK-711): Added isFloating prop to decide when the booking widget should have a border radius
Approved-by: Bianca Widstam
This commit is contained in:
@@ -14,7 +14,10 @@
|
||||
/* 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-radius: var(--Corner-Radius-md);
|
||||
|
||||
&.floating {
|
||||
border-radius: var(--Corner-Radius-md);
|
||||
}
|
||||
}
|
||||
|
||||
.complete {
|
||||
|
||||
Reference in New Issue
Block a user