card drawer show amount for free delivery

main
alexanderroese 2024-06-19 08:54:17 +02:00
parent 0e8a8f4cb3
commit a49370a3cc
2 changed files with 3 additions and 6 deletions

View File

@ -417,11 +417,8 @@ cart-drawer-items::-webkit-scrollbar-track-piece {
}
.shx-shipping-costs-progress-bar-container {
margin: 50px auto;
padding: 2px;
width: 100%;
max-width: 500px;
border: 3px solid #05e35e;
height: 30px;
}

View File

@ -89,10 +89,10 @@
Prima! Du erhälst kostenfreien Versand
{% endif %}
</span>
</div>
<div class="shx-shipping-costs-progress-bar-container">
<progress value="45" max="100"></progress>
<div class="shx-shipping-costs-progress-bar-container">
<progress value="45" max="100"></progress>
</div>
</div>
{% endif %}