fix(SW-1043): styling fixes
This commit is contained in:
@@ -13,9 +13,6 @@
|
||||
grid-template-rows: var(--header-height) 0fr;
|
||||
|
||||
column-gap: var(--Spacing-x-one-and-half);
|
||||
|
||||
transform-origin: top;
|
||||
scroll-margin-top: 71px; /* booking widget height */
|
||||
}
|
||||
|
||||
.accordion:last-child {
|
||||
@@ -97,6 +94,10 @@
|
||||
transform-origin: top;
|
||||
}
|
||||
|
||||
.accordion[data-open="true"] .content {
|
||||
overflow: visible; /* DoB dropdowns needs to overflow in enter details step */
|
||||
}
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
.accordion {
|
||||
column-gap: var(--Spacing-x3);
|
||||
|
||||
Reference in New Issue
Block a user