WIP Reimbursements/expenses

This commit is contained in:
2020-09-28 14:13:17 +02:00
parent 4722064337
commit e4d2fdfce4
13 changed files with 271 additions and 168 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
ul.item-list {
list-style: none;
li {
> li {
padding: 0.8rem 1.2rem;
font-size: 1.2rem;
background-color: $item-background-color;
@@ -19,7 +19,7 @@ ul.item-list {
&.loading {
@include loading-border-top;
li {
> li {
&:first-of-type {
border-top: none;
}
@@ -27,7 +27,7 @@ ul.item-list {
}
&.spaced {
li {
> li {
border-top: 1px solid $item-border-color;
margin-bottom: 2rem;
}