Allow to veto reimbursements

This commit is contained in:
Râu Cao
2022-12-30 22:26:32 +07:00
parent ca1ccf6d93
commit c7eb81450c
4 changed files with 50 additions and 10 deletions
@@ -7,6 +7,11 @@ ul.reimbursement-list {
grid-row-gap: 0.5rem;
padding-top: 1.6rem;
&.vetoed {
text-decoration: line-through;
opacity: 0.6;
}
.token-amount {
text-align: right;