Browse Source

Fix spacing in empty cart preview

pull/66/head
enisn 5 years ago
parent
commit
c663dd922c
  1. 5
      apps/public-web/src/EShopOnAbp.PublicWeb/Components/Toolbar/Cart/Default.cshtml

5
apps/public-web/src/EShopOnAbp.PublicWeb/Components/Toolbar/Cart/Default.cshtml

@ -21,11 +21,10 @@
@if (!Model.Items.Any())
{
<div class="p-3 text-center">
<h3 class="text-center">
<h3>
<i class="fas fa-shopping-cart"></i>
</h3>
<br />
<div class="text-center">
<div>
<span>
@L["Toolbar:CartEmpty"]
</span>

Loading…
Cancel
Save