Add cart footer layout and update Sass settings for improved styling
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -3171,4 +3171,14 @@ body#authentication {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.cart-grid-footer {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 20px;
|
||||
|
||||
img {
|
||||
height: 30px;
|
||||
}
|
||||
}
|
||||
@@ -54,11 +54,12 @@
|
||||
<i class="material-icons">chevron_left</i>{l s='Continue shopping' d='Shop.Theme.Actions'}
|
||||
</a>
|
||||
{/block} *}
|
||||
|
||||
<div class="cart-grid-footer">
|
||||
{block name='hook_shopping_cart_footer'}
|
||||
{hook h='displayShoppingCartFooter'}
|
||||
{/block}
|
||||
<!-- shipping informations -->
|
||||
{block name='hook_shopping_cart_footer'}
|
||||
{hook h='displayShoppingCartFooter'}
|
||||
{/block}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Right Block: cart subtotal & cart total -->
|
||||
|
||||
Reference in New Issue
Block a user