card drawer show amount for free delivery

main
alexanderroese 2024-06-19 14:42:58 +02:00
parent 7a2c9ef3a0
commit 09be2ef426
1 changed files with 2 additions and 1 deletions

View File

@ -1944,7 +1944,8 @@ input[type="checkbox"] {
width: 100px;
display: flex;
border-radius: var(--inputs-radius);
min-height: calc((var(--inputs-border-width) * 2) + 4.5rem);
/* min-height: calc((var(--inputs-border-width) * 2) + 4.5rem); */
height: 30px;
}
.quantity:after {