Add whitespace between reimbursement items in list

They're a bit difficult to scan otherwise.
This commit is contained in:
2020-08-13 14:58:49 +02:00
parent dec71c6f4f
commit ec6b72008d
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -25,4 +25,11 @@ ul.item-list {
}
}
}
&.spaced {
li {
border-top: 1px solid $item-border-color;
margin-bottom: 2rem;
}
}
}