elstat/priv/frontend/src/components/Graph.css

23 lines
412 B
CSS
Raw Normal View History

.graph-container {
width: 100%;
}
2018-07-14 05:12:59 +00:00
.recharts-cartesian-axis-tick-value {
font-size: 0.85em;
}
.recharts-tooltip-wrapper .recharts-default-tooltip {
2018-07-14 05:12:59 +00:00
padding: 0 0.5em !important;
border-radius: 0.2rem;
2018-07-14 05:12:59 +00:00
font-size: 0.85em;
opacity: 0.85;
}
2018-07-14 05:12:59 +00:00
.recharts-default-tooltip li {
color: inherit !important;
}
.recharts-tooltip-item-value {
font-family: PragmataPro, Menlo, "DejaVu Sans Mono", monospace;
2018-06-12 21:56:50 +00:00
}