Introduce budget, reimbursements for expenses #195

Merged
raucao merged 57 commits from feature/expenses into master 2021-06-03 14:23:45 +00:00
2 changed files with 8 additions and 1 deletions
Showing only changes of commit ec6b72008d - Show all commits
@@ -1,4 +1,4 @@
<ul class="item-list reimbursement-list {{if @loading 'loading'}}">
<ul class="item-list spaced reimbursement-list {{if @loading 'loading'}}">
{{#each this.itemsSorted as |reimbursement|}}
<li data-reimbursement-id={{reimbursement.id}}
class="{{item-status reimbursement}}">
+7
View File
@@ -25,4 +25,11 @@ ul.item-list {
}
}
}
&.spaced {
li {
border-top: 1px solid $item-border-color;
margin-bottom: 2rem;
}
}
}