mirror of
https://github.com/SigNoz/signoz.git
synced 2026-07-02 04:40:37 +01:00
* chore(metric-reduction): scaffold metric volume control API (types, routes, stubs) * chore: generate spec * chore: fix required and generate frontend types * chore(metric-reduction): add module implementation (#11857)
18 lines
263 B
SCSS
18 lines
263 B
SCSS
.chart {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 8px;
|
|
border: 1px solid var(--bg-slate-400, #1d212d);
|
|
border-radius: 6px;
|
|
padding: 12px 16px 0 16px;
|
|
}
|
|
|
|
.chartTitle {
|
|
text-transform: uppercase;
|
|
letter-spacing: 0.05em;
|
|
}
|
|
|
|
.chartBody {
|
|
height: 340px;
|
|
}
|