Tax rules: Allow per-country text on invoices

This commit is contained in:
Raphael Michel
2020-12-11 17:45:36 +01:00
parent 903a7f122d
commit 3459f3e4c4
7 changed files with 114 additions and 32 deletions

View File

@@ -575,9 +575,7 @@ table td > .checkbox input[type="checkbox"] {
margin-right: -15px;
}
.tax-rule-line {
padding-bottom: 5px;
padding-top: 5px;
border-bottom: 1px solid $input-border;
margin: 0;
& > div {
padding-top: 5px;
@@ -586,4 +584,5 @@ table td > .checkbox input[type="checkbox"] {
}
.tax-rule-lines .tax-rule-line {
border-bottom: 1px solid $input-border;
padding-bottom: 5px;
}