Add cart footer layout and update Sass settings for improved styling
This commit is contained in:
17
.vscode/settings.json
vendored
17
.vscode/settings.json
vendored
@@ -1,3 +1,18 @@
|
|||||||
{
|
{
|
||||||
|
"liveSassCompile.settings.formats": [
|
||||||
|
{
|
||||||
|
"format": "compressed",
|
||||||
|
"extensionName": ".css",
|
||||||
|
"savePath": "",
|
||||||
|
"savePathSegmentKeys": null,
|
||||||
|
"savePathReplaceSegmentsWith": null
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"liveSassCompile.settings.generateMap": true,
|
||||||
|
"liveSassCompile.settings.autoprefix": "defaults",
|
||||||
|
"liveSassCompile.settings.watchOnLaunch": true,
|
||||||
|
"liveSassCompile.settings.includeItems": [
|
||||||
|
"/themes/classic/assets/css/custom.scss"
|
||||||
|
],
|
||||||
"git.ignoreLimitWarning": true
|
"git.ignoreLimitWarning": true
|
||||||
}
|
}
|
||||||
|
|||||||
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'}
|
<i class="material-icons">chevron_left</i>{l s='Continue shopping' d='Shop.Theme.Actions'}
|
||||||
</a>
|
</a>
|
||||||
{/block} *}
|
{/block} *}
|
||||||
|
<div class="cart-grid-footer">
|
||||||
|
{block name='hook_shopping_cart_footer'}
|
||||||
|
{hook h='displayShoppingCartFooter'}
|
||||||
|
{/block}
|
||||||
<!-- shipping informations -->
|
<!-- shipping informations -->
|
||||||
{block name='hook_shopping_cart_footer'}
|
</div>
|
||||||
{hook h='displayShoppingCartFooter'}
|
|
||||||
{/block}
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Right Block: cart subtotal & cart total -->
|
<!-- Right Block: cart subtotal & cart total -->
|
||||||
|
|||||||
Reference in New Issue
Block a user