This commit is contained in:
parent
1e2760c366
commit
afb4534acc
@ -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