Style reimbursement list items

This commit is contained in:
2020-07-09 23:52:39 +02:00
parent fb267813fb
commit 11c3078b55
12 changed files with 145 additions and 76 deletions
+2 -1
View File
@@ -2,9 +2,10 @@ ul.item-list {
list-style: none;
li {
padding: 0.8rem 1.2rem;
font-size: 1.2rem;
background-color: $item-background-color;
border-bottom: 1px solid $item-border-color;
font-size: 1.2rem;
&:first-of-type {
border-top: 1px solid $item-border-color;