Use the same style for quoter and quotee than invoicer and invoicee

This commit is contained in:
jordi fita mas 2023-06-08 12:52:40 +02:00
parent 9fab65f108
commit 9bb5bcd820
1 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@
padding: 0 0 0 2.5rem; padding: 0 0 0 2.5rem;
} }
.invoice .invoicee, .invoice .invoicer { .invoice .invoicee, .invoice .invoicer, .invoice .quotee, .invoice .quoter {
font-style: normal; font-style: normal;
} }
@ -28,11 +28,11 @@
margin-top: 2em; margin-top: 2em;
} }
.invoice .invoicer { .invoice .invoicer, .invoice .quoter {
margin-top: 9rem; margin-top: 9rem;
} }
.invoice .invoicee { .invoice .invoicee, .invoice .quotee {
margin-top: 1em; margin-top: 1em;
text-align: right; text-align: right;
} }