mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
Add codification of tax rates (#4372)
* draft * . * Rebase migration * Update src/pretix/base/models/tax.py Co-authored-by: Mira <weller@rami.io> * Test, isort, flake, migration rebase * carry data & API * Fix failing tests * docs fixes * Improve validation * Tests * More fixes --------- Co-authored-by: Mira <weller@rami.io>
This commit is contained in:
@@ -765,8 +765,13 @@ fieldset.accordion-panel > legend {
|
||||
margin: 0;
|
||||
& > div {
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
& > div > div {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
}
|
||||
.tax-rule-lines .alert-danger {
|
||||
margin: 10px 15px 5px;
|
||||
}
|
||||
.tax-rule-lines .tax-rule-line {
|
||||
border-bottom: 1px solid $input-border;
|
||||
|
||||
Reference in New Issue
Block a user