mirror of
https://github.com/wavetermdev/waveapps.git
synced 2026-04-22 15:27:43 -07:00
23 lines
352 B
CSS
23 lines
352 B
CSS
.graph-container {
|
|
padding: 24px;
|
|
background: #1a1a1a;
|
|
border-radius: 8px;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.graph-title {
|
|
margin: 0 0 16px 0;
|
|
font-size: 24px;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.graph-canvas {
|
|
background: #000000;
|
|
border-radius: 4px;
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
.graph-stats {
|
|
font-family: monospace;
|
|
color: #888888;
|
|
} |