v1.0.2
Wygląd
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user