feat(giving): single giving entry page

This commit is contained in:
Chris Chen
2026-05-28 17:10:07 -07:00
parent 7260e5c115
commit 81a0b5a038
3 changed files with 247 additions and 0 deletions
@@ -0,0 +1,4 @@
.page-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1rem; }
.filters { display: flex; gap: 0.5rem; margin-bottom: 1rem; }
.form-grid { display: flex; flex-direction: column; gap: 0.75rem; }
.form-grid label { display: flex; flex-direction: column; gap: 0.25rem; }