Namespacing sunburst CSS

This commit is contained in:
Maxime Beauchemin 2015-12-15 14:31:43 -08:00
parent c2736b34cd
commit eb6890f742

View File

@ -19,19 +19,19 @@ text.middle{
fill: #fff; fill: #fff;
} }
#chart { .sunburst #chart {
height: 100%; height: 100%;
} }
div.token { .sunburst div.token {
height: 100%; height: 100%;
} }
#chart path { .sunburst path {
stroke: #fff; stroke: #fff;
} }
#percentage { .sunburst #percentage {
font-size: 2.5em; font-size: 2.5em;
} }