got new transaction working

This commit is contained in:
Patrick Nagurny
2018-11-27 16:46:00 -05:00
parent 72eac48f42
commit 70a20b6611
4 changed files with 359 additions and 111 deletions

View File

@@ -86,4 +86,12 @@ a:hover {
.content > * > .description {
padding: 0 0.5rem;
}
}
.positive {
color: $positive;
}
.negative {
color: $negative;
}