financial page with bank data
All checks were successful
Deploy / build-deploy (push) Successful in 1m48s
All checks were successful
Deploy / build-deploy (push) Successful in 1m48s
This commit is contained in:
parent
e68d2c245c
commit
33c68c2f44
11 changed files with 394 additions and 87 deletions
|
|
@ -939,15 +939,8 @@ treatment it replaces, which read as the wrong category for the work.
|
|||
|
||||
/* ── the financials page ──────────────────────────────────────────── */
|
||||
|
||||
/* The running-total tables are .spec-table; these two row types are the
|
||||
ledger idioms on top of it: a group label heading the rows beneath it,
|
||||
and a sum ruled off from what it sums. */
|
||||
.fin-group th {
|
||||
padding-top: var(--s0);
|
||||
color: var(--text);
|
||||
font-weight: 650;
|
||||
border-bottom: 1px solid var(--border-strong);
|
||||
}
|
||||
/* The running-total tables are .spec-table; this row type is the one ledger
|
||||
idiom on top of it: a sum ruled off from what it sums. */
|
||||
.fin-total th,
|
||||
.fin-total td {
|
||||
border-top: 2px solid var(--border-strong);
|
||||
|
|
|
|||
Loading…
Reference in a new issue