This commit is contained in:
parent
70668af8f5
commit
e68d2c245c
17 changed files with 1801 additions and 15 deletions
|
|
@ -937,6 +937,25 @@ treatment it replaces, which read as the wrong category for the work.
|
|||
color: var(--text-faint);
|
||||
}
|
||||
|
||||
/* ── 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);
|
||||
}
|
||||
.fin-total th,
|
||||
.fin-total td {
|
||||
border-top: 2px solid var(--border-strong);
|
||||
border-bottom: 0;
|
||||
color: var(--text);
|
||||
font-weight: 650;
|
||||
}
|
||||
|
||||
/* ── demos ────────────────────────────────────────────────────────── */
|
||||
|
||||
.demo-grid {
|
||||
|
|
|
|||
Loading…
Reference in a new issue