added material design components

This commit is contained in:
Joe Arndt 2026-02-13 22:41:01 -06:00
parent 8bf9875e8e
commit 17531f7c29
16 changed files with 236 additions and 164 deletions

View file

@ -1,26 +0,0 @@
.expense-header {
font-family: sans-serif;
font-weight: bold;
}
.expense-body {
display: flex;
flex-direction: column;
gap: 0.25rem;
}
.expense-footer {
font-family: sans-serif;
font-size: 0.8rem;
font-weight: lighter;
display: flex;
align-items: center;
gap: 0.5rem;
color: #515151;
}
.expense-tag {
border-radius: 0.5rem;
background-color: #f1f1f1;
padding: 0.1rem 0.5rem;
}