Add postcode reset to checkout.

This commit is contained in:
Remo Zaros
2026-05-14 13:12:17 +02:00
parent 81d2523d42
commit 2f430be382
4 changed files with 137 additions and 64 deletions

22
assets/reset-postcode.css Normal file
View File

@@ -0,0 +1,22 @@
.postcode-reset {
font-size: var(--wp--preset--font-size--small, 13px);
line-height: 1.3;
margin-top: 11px;
a {
color: var(--wc-red);
cursor: pointer;
&:hover {
filter: brightness(160%);
}
}
.bevestiging {
display: none;
&[data-open="true"] {
display: inline;
}
}
}