Update display of expired balances on portfolio funding

This commit is contained in:
Patrick Smith
2019-01-15 21:22:22 -05:00
parent ba97117a74
commit c2101b007d
3 changed files with 14 additions and 6 deletions

View File

@@ -96,4 +96,10 @@
}
}
}
table {
td.unused-balance {
color: $color-red;
}
}
}