diff options
| author | Tyler Hoang <tyler@tylerhoang.xyz> | 2026-05-19 00:38:13 -0700 |
|---|---|---|
| committer | Tyler Hoang <tyler@tylerhoang.xyz> | 2026-05-19 00:38:13 -0700 |
| commit | 0c557f44b59d90900d6a2052a9d97c0266d8feb1 (patch) | |
| tree | bbd20053a8a52ba812feda8b9ef8cd00a8b88cfc /frontend/app/prism-shell.css | |
| parent | f024c46e874b3cacb7af5bf96aec376b88b86156 (diff) | |
feat: add ValuationOverviewCard to overview right column (multiples)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'frontend/app/prism-shell.css')
| -rw-r--r-- | frontend/app/prism-shell.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/frontend/app/prism-shell.css b/frontend/app/prism-shell.css index 0d7b4ac..56ca536 100644 --- a/frontend/app/prism-shell.css +++ b/frontend/app/prism-shell.css @@ -1880,3 +1880,11 @@ white-space: nowrap; min-width: 60px; } + +/* ── Shared utilities ───────────────────────────── */ + +.psm-divider { + border: 0; + border-top: 1px solid var(--line-1); + margin: var(--sp-4) 0 var(--sp-3); +} |
