Update styles on "total spend" panel

This commit is contained in:
Patrick Smith
2019-02-09 09:57:55 -05:00
parent 43cb6477f1
commit 4d999d1423
3 changed files with 39 additions and 38 deletions

View File

@@ -294,4 +294,10 @@
@include subheading;
}
}
.panel {
box-shadow: 0 6px 18px 0 rgba(144,164,183,0.3);
border-top: none;
border-bottom: none;
}
}