Use the same style for quoter and quotee than invoicer and invoicee
This commit is contained in:
parent
9fab65f108
commit
9bb5bcd820
|
@ -20,7 +20,7 @@
|
|||
padding: 0 0 0 2.5rem;
|
||||
}
|
||||
|
||||
.invoice .invoicee, .invoice .invoicer {
|
||||
.invoice .invoicee, .invoice .invoicer, .invoice .quotee, .invoice .quoter {
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
|
@ -28,11 +28,11 @@
|
|||
margin-top: 2em;
|
||||
}
|
||||
|
||||
.invoice .invoicer {
|
||||
.invoice .invoicer, .invoice .quoter {
|
||||
margin-top: 9rem;
|
||||
}
|
||||
|
||||
.invoice .invoicee {
|
||||
.invoice .invoicee, .invoice .quotee {
|
||||
margin-top: 1em;
|
||||
text-align: right;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue