Introduce budget, reimbursements for expenses #195
@@ -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}}">
|
||||
|
||||
@@ -25,4 +25,11 @@ ul.item-list {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.spaced {
|
||||
li {
|
||||
border-top: 1px solid $item-border-color;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user