CASH-2454: MultiLocationModal UI/UX updates
This commit is contained in:
parent
4b52ede22d
commit
37037ac654
3 changed files with 4 additions and 2 deletions
|
|
@ -301,6 +301,7 @@ export default {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 0 1rem;
|
padding: 0 1rem;
|
||||||
|
margin-top: 4rem;
|
||||||
|
|
||||||
& > span {
|
& > span {
|
||||||
color: $red;
|
color: $red;
|
||||||
|
|
|
||||||
|
|
@ -265,6 +265,7 @@ export default {
|
||||||
.location-info-label {
|
.location-info-label {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
line-height: 1.625rem;
|
||||||
|
|
||||||
&:before {
|
&:before {
|
||||||
content: "";
|
content: "";
|
||||||
|
|
|
||||||
|
|
@ -618,9 +618,9 @@ export default {
|
||||||
pricedMobileFeePart,
|
pricedMobileFeePart,
|
||||||
shopProviderData.data
|
shopProviderData.data
|
||||||
);
|
);
|
||||||
vm.initializeDatePicker().then(() => {
|
vm.initializeDatePicker().then(async () => {
|
||||||
// vm.showMobileFirstModal(); // KEEP IN CASE WE WANT TO REINSTATE MOBILE FIRST
|
// vm.showMobileFirstModal(); // KEEP IN CASE WE WANT TO REINSTATE MOBILE FIRST
|
||||||
vm.showMultiLocationModal();
|
await vm.showMultiLocationModal();
|
||||||
vm.hideLoadingModal();
|
vm.hideLoadingModal();
|
||||||
vm.calendarLoadingStatus = "none";
|
vm.calendarLoadingStatus = "none";
|
||||||
if (!vm.preSelectedDate) vm.setSelectedDateToFirstAvailable();
|
if (!vm.preSelectedDate) vm.setSelectedDateToFirstAvailable();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue