Add whitespace between reimbursement items in list
They're a bit difficult to scan otherwise.
This commit is contained in:
@@ -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