rustio-admin 0.21.1

Django Admin, but for Rust. A small, focused admin framework.
Documentation
/* ============================================================
 * rustio-admin / pages / errors
 *
 * Error pages (404 / 403 / 500) and the destructive-action
 * confirm-delete screen. Both are "stop and read" pages — quiet
 * layout, single column, no surrounding chrome other than the
 * topbar.
 * ============================================================ */

.rio-confirm h2 { font-size: 1rem; margin-top: var(--rio-s4); }
.rio-confirm-section { margin-top: var(--rio-s4); }
.rio-cascade-list {
  list-style: disc;
  padding-inline-start: var(--rio-s5);
  color: var(--rio-text-muted);
}

.rio-error { text-align: center; padding: var(--rio-s7) var(--rio-s4); }
.rio-error-status {
  font-size: 3rem;
  font-weight: var(--rio-fw-bold);
  margin: 0;
  color: var(--rio-text-subtle);
  font-variant-numeric: tabular-nums;
  letter-spacing: var(--rio-tracking-display);
}