Style update

This commit is contained in:
marijo 2026-06-09 13:01:29 +00:00
parent aa2ecc44e6
commit 8ee4fef1a3

View file

@ -173,7 +173,7 @@ main {
box-shadow: none;
}
.header-cards .card .label { font-size: .58rem; white-space: nowrap; }
.header-cards .card .value { font-size: .86rem; margin: 0; }
.header-cards .card .value { font-size: 1.18rem; margin: 0; }
.header-cards .card .hint { display: none; }
.card.bad .value { color: var(--bad); }
.card.warn .value { color: var(--warn); }
@ -316,7 +316,8 @@ tbody tr:hover { background: rgba(255,255,255,.04); }
}
.pill.approved, .pill.confirmed { background: #17351a; color: var(--ink); }
.pill.unpaid { background: rgba(217,130,43,.22); color: var(--brand-dark); }
.important-col { background: rgba(47,143,58,.14); font-size: 1rem; }
.important-col { background: rgba(47,143,58,.14); font-size: 1.18rem; font-weight: 900; }
.important-col .balance-override-input { font-size: 1.05rem; font-weight: 900; }
.balance-override-input {
width: 5.2rem;
padding: .28rem .35rem;
@ -391,7 +392,7 @@ tbody tr:hover { background: rgba(255,255,255,.04); }
.card .hint { display: none; }
.header-cards .card { padding: .14rem .2rem; gap: .18rem; }
.header-cards .card .label { font-size: .48rem; }
.header-cards .card .value { font-size: .72rem; }
.header-cards .card .value { font-size: 1.18rem; }
.header-entries { padding: .16rem .22rem; margin: .16rem 0; }
.header-entries .table-wrap { overflow-x: visible; overflow-y: visible; }