Wygląd
This commit is contained in:
2026-07-11 00:51:33 +02:00
parent af44af5027
commit f0813894a8
5 changed files with 48 additions and 17 deletions

View File

@@ -232,7 +232,7 @@ input, select, button, textarea { font-family: inherit; font-size: 1rem; color:
}
.btn-full { width: 100%; display: block; }
.btn-center { width: fit-content; margin: 0 auto; }
.btn-center { width: fit-content; margin: 16px auto 0; }
.theme-toggle { display: flex; gap: 8px; }
.theme-toggle .tab { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 4px; }
@@ -264,6 +264,15 @@ input, select, button, textarea { font-family: inherit; font-size: 1rem; color:
.settlement-tile .amount.owed { color: var(--danger); }
.settlement-transactions { display: flex; flex-direction: column; gap: 4px; }
.settlement-transactions .amount { font-size: 1.3rem; margin: 0; }
.suggestion-btn {
background: none;
border: none;
font-family: inherit;
cursor: pointer;
border-radius: 8px;
padding: 4px 8px;
}
.suggestion-btn:hover, .suggestion-btn:focus-visible { background: var(--accent-bg); }
.summary-grid {
display: grid;