Update custom CSS and SCSS for improved layout and styling; update version in head template

This commit is contained in:
2025-08-13 23:52:29 +02:00
parent 7139027ab7
commit 92b14f1a20
4 changed files with 7 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -303,4 +303,8 @@ body.compact-cart #tc-container .product-line-actions {
.product-line-body {
padding-left: 5px !important;
}
}
.amenu-item .amenu-link {
padding: 20px;
}

View File

@@ -54,7 +54,7 @@
{include file="_partials/stylesheets.tpl" stylesheets=$stylesheets}
{/block}
<link rel="stylesheet" href="/themes/charme/assets/css/custom.css?ver=1.0121">
<link rel="stylesheet" href="/themes/charme/assets/css/custom.css?ver=1.0123">
{block name='javascript_head'}
{include file="_partials/javascript.tpl" javascript=$javascript.head vars=$js_custom_vars}