card drawer show amount for free delivery

main
alexanderroese 2024-06-19 08:56:42 +02:00
parent a49370a3cc
commit 87f192ed98
2 changed files with 6 additions and 14 deletions

View File

@ -416,13 +416,7 @@ cart-drawer-items::-webkit-scrollbar-track-piece {
}
}
.shx-shipping-costs-progress-bar-container {
padding: 2px;
width: 100%;
height: 30px;
}
.shx-shipping-costs-progress-bar-container progress {
.shx-shipping-costs-progress {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
@ -433,19 +427,19 @@ cart-drawer-items::-webkit-scrollbar-track-piece {
height: 10px;
}
.shx-shipping-costs-progress-bar-container progress[value] {
.shx-shipping-costs-progress[value] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.shx-shipping-costs-progress-bar-container progress:not([value]) {
.shx-shipping-costs-progress:not([value]) {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.shx-shipping-costs-progress-bar-container progress::-webkit-progress-bar {
.shx-shipping-costs-progress::-webkit-progress-bar {
background: #fff;
border-radius: 23px;
width: 100%;
@ -453,7 +447,7 @@ cart-drawer-items::-webkit-scrollbar-track-piece {
height: 10px;
}
.shx-shipping-costs-progress-bar-container progress::-webkit-progress-value {
.shx-shipping-costs-progress::-webkit-progress-value {
background: green;
border-radius: 23px;
-webkit-transition: width 5s ease;

View File

@ -90,9 +90,7 @@
{% endif %}
</span>
<div class="shx-shipping-costs-progress-bar-container">
<progress value="45" max="100"></progress>
</div>
<progress class="shx-shipping-costs-progress" value="45" max="100"></progress>
</div>
{% endif %}