Fix(STAY-128): Handle single ancillaries * fix: refactor ancillaries flow * fix: add logic to determine if an ancillary requires quantity * fix: breakout ancillary description to its own component * fix: cleanup * fix: cleanup Approved-by: Bianca Widstam Approved-by: Erik Tiekstra
14 lines
210 B
CSS
14 lines
210 B
CSS
.modalWrapper {
|
|
display: flex;
|
|
flex-direction: column;
|
|
max-height: 70dvh;
|
|
width: 100%;
|
|
margin-top: var(--Space-x3);
|
|
}
|
|
|
|
@media screen and (min-width: 768px) {
|
|
.modalWrapper {
|
|
width: 492px;
|
|
}
|
|
}
|