Bank transfer: Discourage payments before an order code exists (Z#23135042) (#3692)

* Bank transfer: Discourage payments befor an order code exists

* Update src/pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html

Co-authored-by: Mira <weller@rami.io>

---------

Co-authored-by: Mira <weller@rami.io>
This commit is contained in:
Raphael Michel
2023-11-10 17:20:00 +01:00
committed by GitHub
parent 1cb38e279c
commit e73e5e0340
3 changed files with 66 additions and 46 deletions

View File

@@ -482,6 +482,10 @@ h2 .label {
}
}
.user-select-none {
user-select: none;
}
@for $i from 0 through 100 {
.progress-bar-#{$i} { width: 1% * $i; }
}