@beacon-interactive-systems-llc/beacon-platform-ui 19.0.5 → 19.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/styles/_widgets.scss +4 -2
package/package.json
CHANGED
package/styles/_widgets.scss
CHANGED
|
@@ -368,15 +368,17 @@ $platform_widget_contrasts: (
|
|
|
368
368
|
}
|
|
369
369
|
}
|
|
370
370
|
|
|
371
|
-
.equipment-average-up {
|
|
371
|
+
.equipment-average-up, .ngx-charts-outer g:nth-child(2):not(g:nth-child(1)) .arc {
|
|
372
372
|
@include themify($platform_widget_contrasts) {
|
|
373
373
|
background-color: apply('widgetPieChartUp') !important;
|
|
374
|
+
fill: apply('widgetPieChartUp') !important;
|
|
374
375
|
}
|
|
375
376
|
}
|
|
376
377
|
|
|
377
|
-
.equipment-average-down {
|
|
378
|
+
.equipment-average-down, .ngx-charts-outer g:nth-child(1) .arc {
|
|
378
379
|
@include themify($platform_widget_contrasts) {
|
|
379
380
|
background-color: apply('widgetPieChartDown') !important;
|
|
381
|
+
fill: apply('widgetPieChartDown') !important;
|
|
380
382
|
}
|
|
381
383
|
}
|
|
382
384
|
|