Add community code changes since migration start
This commit is contained in:
parent
aa053bcfe3
commit
8da9c84385
@ -41,8 +41,6 @@ namespace Ordering.BackgroundTasks.Tasks
|
|||||||
}
|
}
|
||||||
|
|
||||||
_logger.LogDebug("GracePeriodManagerService background task is stopping.");
|
_logger.LogDebug("GracePeriodManagerService background task is stopping.");
|
||||||
|
|
||||||
await Task.CompletedTask;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void CheckConfirmedGracePeriodOrders()
|
private void CheckConfirmedGracePeriodOrders()
|
||||||
|
@ -84,7 +84,7 @@
|
|||||||
|
|
||||||
<article class="esh-orders_detail-items row">
|
<article class="esh-orders_detail-items row">
|
||||||
<section class="esh-orders_detail-item col-9"></section>
|
<section class="esh-orders_detail-item col-9"></section>
|
||||||
<section class="esh-orders_detail-item esh-orders_detail-item--mark col-2">$ @Model.Total</section>
|
<section class="esh-orders_detail-item esh-orders_detail-item--mark col-2">$ @Model.Total.ToString("N2")</section>
|
||||||
</article>
|
</article>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
@ -64,7 +64,7 @@
|
|||||||
|
|
||||||
<article class="esh-basket-items row">
|
<article class="esh-basket-items row">
|
||||||
<section class="esh-basket-item col-10"></section>
|
<section class="esh-basket-item col-10"></section>
|
||||||
<section class="esh-basket-item esh-basket-item--mark col-2">$ @Model.Total()</section>
|
<section class="esh-basket-item esh-basket-item--mark col-2">$ @Model.Total().ToString("N2")</section>
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
<article class="esh-basket-items row">
|
<article class="esh-basket-items row">
|
||||||
|
@ -37,6 +37,7 @@
|
|||||||
right: 0;
|
right: 0;
|
||||||
top: 2.5rem;
|
top: 2.5rem;
|
||||||
transition: height 0.35s;
|
transition: height 0.35s;
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.esh-identity:hover .esh-identity-drop {
|
.esh-identity:hover .esh-identity-drop {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user