New TabKpis component shows scope-aware metrics with trend arrows aligned right in the content tab bar. Each metric shows current value and an arrow indicating change vs previous period (green=good, red=bad). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
11 lines
218 B
CSS
11 lines
218 B
CSS
.wrapper {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
padding: 0 1.5rem;
|
|
padding-top: 0.375rem;
|
|
border-bottom: 1px solid var(--border);
|
|
background: var(--surface);
|
|
gap: 1rem;
|
|
}
|