Refine budget loan entry flow
This commit is contained in:
@@ -472,13 +472,17 @@
|
||||
/* Einnahme/Ausgabe-Toggle */
|
||||
.amount-type-toggle {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
grid-template-columns: repeat(3, minmax(0, 1fr));
|
||||
gap: var(--space-2);
|
||||
background-color: var(--color-surface-2);
|
||||
border-radius: var(--radius-sm);
|
||||
padding: var(--space-0h);
|
||||
}
|
||||
|
||||
.amount-type-toggle--entry-only {
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
}
|
||||
|
||||
.amount-type-btn {
|
||||
padding: var(--space-2) var(--space-3);
|
||||
border-radius: var(--radius-xs);
|
||||
@@ -502,6 +506,11 @@
|
||||
color: var(--color-text-on-accent);
|
||||
}
|
||||
|
||||
.amount-type-btn--loan.amount-type-btn--active {
|
||||
background-color: var(--module-accent);
|
||||
color: var(--color-text-on-accent);
|
||||
}
|
||||
|
||||
.budget-field-header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user