Fix/STAY-135 & STAY-127 * fix: make quantity and delivery separate steps in mobile * fix: update design for delivery step in ancillary flow * fix: add error state for missing time * fix: only allow points or cash payment for ancillaries * fix: break out stepper to design system * fix: update design of select quantity step in add ancillaries flow * fix: add error states for quantity * fix: handle insufficient points case * fix: update stepper to include optional disabledMessage tooltip * fix: handle validations * fix: change name to camel case Approved-by: Bianca Widstam Approved-by: Chuma Mcphoy (We Ahead)
20 lines
342 B
CSS
20 lines
342 B
CSS
.counterContainer {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
gap: var(--Space-x1);
|
|
color: var(--Text-Interactive-Default);
|
|
}
|
|
.counterBtn {
|
|
width: 40px;
|
|
height: 40px;
|
|
}
|
|
.counterBtn:not([disabled]) {
|
|
box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
|
|
}
|
|
|
|
.countDisplay {
|
|
width: 20px;
|
|
text-align: center;
|
|
}
|