Commit 948c2871 by wangdonghong

fix

parent 9d0d70a3
......@@ -10,13 +10,7 @@
<?= $block->getChildHtml('checkout_cart_empty_widget') ?>
<div><img src="<?= $block->getViewFileUrl('Magento_Checkout::images/empty-cart.svg');?>" /></div>
<p><?= $block->escapeHtml(__('You have no items in your shopping cart.')) ?></p>
<p><?= $block->escapeHtml(
__(
'Click <a href="%1">here</a> to continue shopping.',
$block->escapeUrl($block->getContinueShoppingUrl())
),
['a']
) ?>..
<p><a href="<?= $block->escapeUrl($block->getContinueShoppingUrl());?>">continue shopping>></a>
</p>
<?= $block->getChildHtml('shopping.cart.table.after') ?>
</div>
......
......@@ -2214,6 +2214,8 @@ background-color: #000;
.checkout.checkout-methods-items li .paypal.checkout{margin-bottom: 15px;}
}
.cart.table-wrapper .cart.table td{vertical-align: middle;}
.checkout-cart-index .cart-empty{text-align: center;margin-top: 50px;}
.checkout-cart-index .cart-empty .empty-img{margin-bottom: 20px;}
span.swatch-attribute-selected-option{
margin-left: 20px;
color: blue;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment