mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +01:00
fix(charts): move styles for d3 to the demo
This commit is contained in:
parent
479ca11ede
commit
3f73b92fb9
1 changed files with 23 additions and 0 deletions
|
|
@ -10,5 +10,28 @@
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 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);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue