Merged in fix/bookingwidget-fixes (pull request #2135)
Fix: (#SW-2663) bookingwidget mobile - Space around, border-radius and correct color on date field * fix: booking widget mobile - padding around booking widget and date color * Fixed rounded corners * Reduced minimum size of column Approved-by: Joakim Jäderberg
This commit is contained in:
@@ -15,6 +15,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-radius: 10px;
|
||||
}
|
||||
|
||||
.complete {
|
||||
@@ -23,7 +24,7 @@
|
||||
|
||||
.partial {
|
||||
grid-template-columns:
|
||||
minmax(auto, 150px) min-content minmax(auto, 150px)
|
||||
minmax(auto, 120px) min-content minmax(auto, 120px)
|
||||
auto;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user