mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-07 00:51:48 +01:00
37 lines
675 B
SCSS
37 lines
675 B
SCSS
@import '../../../@theme/styles/themes';
|
|
|
|
@include nb-install-component() {
|
|
ngx-d3-bar,
|
|
ngx-d3-pie,
|
|
ngx-d3-advanced-pie,
|
|
ngx-d3-area-stack,
|
|
ngx-d3-line,
|
|
ngx-d3-polar {
|
|
display: block;
|
|
width: 100%;
|
|
height: nb-theme(card-height-medium);
|
|
|
|
/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);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|