scaffold expense list

This commit is contained in:
Joe Arndt 2026-02-12 23:41:54 -06:00
parent 7bb21f8796
commit fded7f7c09
22 changed files with 253 additions and 133 deletions

View file

@ -0,0 +1,24 @@
.expense-container {
border-radius: 5px;
padding: 1rem;
box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
display: flex;
flex-direction: column;
gap: 0.5rem;
}
.expense-header {
display: flex;
gap: 0.5rem;
}
.expense-body {
}
.expense-footer {
.expense-tags {
display: flex;
gap: 0.5rem;
}
}