Namespacing sunburst CSS

This commit is contained in:
Maxime Beauchemin 2015-12-15 14:31:43 -08:00
parent c2736b34cd
commit eb6890f742
1 changed files with 4 additions and 4 deletions

View File

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