Files
TechRadarAJR/src/components/Chart/chart.scss
Jarosław Marek 725b6f9924 Add basic typing to config objects
Also fixed the blips to be clickable
2021-04-29 21:48:44 +12:00

20 lines
285 B
SCSS

.chart {
fill: white;
font-size: 12px;
text-align: center;
position: relative;
margin: 0 auto;
}
.chart .blip:hover {
cursor: pointer;
}
.chart .tooltip {
padding: 5px 10px;
border-radius: 11px;
}
.chart .ring-label {
text-transform: uppercase;
}