feat: SW-276 Implemented child age validation
This commit is contained in:
@@ -6,6 +6,10 @@
|
||||
overflow: visible;
|
||||
}
|
||||
}
|
||||
.roomContainer {
|
||||
display: grid;
|
||||
gap: var(--Spacing-x1);
|
||||
}
|
||||
.hideWrapper {
|
||||
background-color: var(--Main-Grey-White);
|
||||
border-radius: var(--Corner-radius-Medium);
|
||||
@@ -14,6 +18,8 @@
|
||||
position: absolute;
|
||||
/** BookingWidget padding + border-width */
|
||||
top: calc(100% + var(--Spacing-x2) + 1px);
|
||||
width: 360px;
|
||||
max-width: 100vw; /* for small screens having view port width of 320px */
|
||||
}
|
||||
.btn {
|
||||
background: none;
|
||||
@@ -28,7 +34,7 @@
|
||||
}
|
||||
.footer {
|
||||
display: grid;
|
||||
gap: 20px;
|
||||
grid-template-columns: auto auto;
|
||||
gap: var(--Spacing-x1);
|
||||
grid-template-columns: auto;
|
||||
margin: 10px 0 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user