Browse Source

Update style for when the basket is empty

main
Eric Fleming 6 years ago
parent
commit
1cf176c107
  1. 10
      src/Web/Pages/Basket/Index.cshtml

10
src/Web/Pages/Basket/Index.cshtml

@ -87,8 +87,12 @@
}
else
{
<div class="esh-catalog-items row">
Basket is empty. <a asp-page="/Index">Continue Shopping..</a>
</div>
<h3 class="esh-catalog-items row">
Basket is empty.
</h3>
<section class="esh-basket-item">
<a asp-page="/Index" class="btn esh-basket-checkout text-white">[ Continue Shopping..]</a>
</section>
}
</div>

Loading…
Cancel
Save