Initial commit after fork. Moving Budget categories to Database and adding subcategories, with customization options
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user