Add whitespace between reimbursement items in list
They're a bit difficult to scan otherwise.
This commit is contained in:
@@ -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|}}
|
{{#each this.itemsSorted as |reimbursement|}}
|
||||||
<li data-reimbursement-id={{reimbursement.id}}
|
<li data-reimbursement-id={{reimbursement.id}}
|
||||||
class="{{item-status reimbursement}}">
|
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