mirror of https://github.com/linkerd/linkerd2.git
26 lines
342 B
CSS
26 lines
342 B
CSS
@import 'styles.css';
|
|
|
|
.bar-chart {
|
|
& .bar {
|
|
fill: #2F80ED;
|
|
}
|
|
|
|
& .x-axis path {
|
|
stroke: var(--coldgrey);
|
|
stroke-width: 1px;
|
|
}
|
|
}
|
|
|
|
.pod-distribution-chart {
|
|
font-size: 12px;
|
|
|
|
& .bar-chart-title {
|
|
margin-bottom: 8px;
|
|
}
|
|
|
|
& .bar-chart-tooltip {
|
|
min-height: 32px;
|
|
font-weight: var(--font-weight-bold);
|
|
}
|
|
}
|