Add margin between quotee and terms and conditions

This commit is contained in:
jordi fita mas 2023-06-08 12:55:12 +02:00
parent 9bb5bcd820
commit 5537a53834
1 changed files with 4 additions and 0 deletions

View File

@ -65,6 +65,10 @@
font-weight: bold; font-weight: bold;
} }
.invoice .quotee + .terms_and_conditions {
margin-top: 2rem;
}
.invoice .notes + .payment-instructions { .invoice .notes + .payment-instructions {
margin-top: 5rem; margin-top: 5rem;
} }