feat: add portfolio overview

This commit is contained in:
2026-08-27 00:07:25 +03:00
parent 1e25a0152a
commit b38346dd19
14 changed files with 230 additions and 5 deletions

View File

@@ -341,6 +341,33 @@ button {
color: var(--color-text-muted);
}
.portfolio {
margin-bottom: 20px;
}
.portfolio__header {
display: flex;
align-items: flex-end;
justify-content: space-between;
gap: 16px;
margin-bottom: 12px;
}
.portfolio__title {
font-size: 18px;
font-weight: 850;
}
.portfolio__meta {
margin-top: 3px;
color: var(--color-text-secondary);
}
.portfolio__total {
font-size: 20px;
font-variant-numeric: tabular-nums;
}
/* ================================================================
Forms, buttons, badges
================================================================ */
@@ -1462,6 +1489,11 @@ input[type="checkbox"] {
width: 100%;
}
.portfolio__header {
align-items: flex-start;
flex-direction: column;
}
.filters__row,
.analytics-panel__filters {
align-items: stretch;