Initial commit after fork. Moving Budget categories to Database and adding subcategories, with customization options

This commit is contained in:
Rafael Foster
2026-04-25 10:05:27 -03:00
parent a97f8651ac
commit 140fa78ca1
25 changed files with 1322 additions and 161 deletions
+17
View File
@@ -331,3 +331,20 @@
color: var(--color-text-on-accent);
}
.budget-field-header {
display: flex;
align-items: center;
justify-content: space-between;
gap: var(--space-2);
margin-bottom: var(--space-1);
}
.budget-field-header .form-label {
margin-bottom: 0;
}
.budget-inline-add {
min-height: auto;
padding: 2px var(--space-2);
font-size: var(--text-xs);
}