Style the payment status column in index
This commit is contained in:
parent
ac0143b2b0
commit
e626c7b4bd
|
@ -675,6 +675,7 @@ main > nav {
|
|||
min-width: 15rem;
|
||||
}
|
||||
|
||||
[class^='payment-status-'],
|
||||
[class^='quote-status-'],
|
||||
[class^='expense-status-'],
|
||||
[class^='invoice-status-'] {
|
||||
|
@ -692,12 +693,14 @@ main > nav {
|
|||
background-color: var(--numerus--color--light-blue);
|
||||
}
|
||||
|
||||
.payment-status-partial,
|
||||
.expense-status-partial,
|
||||
.quote-status-sent,
|
||||
.invoice-status-sent {
|
||||
background-color: var(--numerus--color--hay);
|
||||
}
|
||||
|
||||
.payment-status-complete,
|
||||
.quote-status-accepted,
|
||||
.expense-status-paid,
|
||||
.invoice-status-paid {
|
||||
|
|
Loading…
Reference in New Issue