diff --git a/assets/css/theme.css b/assets/css/theme.css index a0aba31..ad66246 100644 --- a/assets/css/theme.css +++ b/assets/css/theme.css @@ -877,6 +877,11 @@ select { margin-bottom: 2rem; } +.my-auto { + margin-top: auto; + margin-bottom: auto; +} + .mb-1 { margin-bottom: 0.25rem; } diff --git a/templates/checkout/_partials/cart-detailed.tpl b/templates/checkout/_partials/cart-detailed.tpl index 2495f25..3cca931 100644 --- a/templates/checkout/_partials/cart-detailed.tpl +++ b/templates/checkout/_partials/cart-detailed.tpl @@ -36,7 +36,7 @@ {/foreach} {else} - + {l s='There are no more items in your cart.' d='Shop.Theme.Checkout'} {/if} diff --git a/templates/checkout/cart.tpl b/templates/checkout/cart.tpl index 7815273..1a9ab7c 100644 --- a/templates/checkout/cart.tpl +++ b/templates/checkout/cart.tpl @@ -26,11 +26,11 @@ {block name='content'} -
+
-
+