fix(charts): move styles for d3 to the demo

This commit is contained in:
KostyaDanovsky 2017-08-29 16:27:22 +03:00
parent 479ca11ede
commit 3f73b92fb9

View file

@ -10,5 +10,28 @@
display: block;
width: 100%;
height: 100%;
/deep/ {
.pie-label {
fill: nb-theme(color-fg-heading);
}
.grid-line-path {
stroke: nb-theme(separator);
}
text {
fill: nb-theme(color-fg-heading);
}
.chart-legend {
.legend-labels {
background: nb-theme(color-bg);
}
.legend-label {
color: nb-theme(color-fg-heading);
}
}
}
}
}