mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 01:58:47 +02:00
Fix C3 scss variable
This commit is contained in:
4
css/backoffice/vendors/_c3.scss
vendored
4
css/backoffice/vendors/_c3.scss
vendored
@@ -4,6 +4,7 @@
|
||||
*/
|
||||
|
||||
$ibo-vendors-c3--path--color: $ibo-color-grey-900 !default;
|
||||
$ibo-vendors-c3--arc-path--color: $ibo-color-white-100 !default;
|
||||
$ibo-vendors-c3--tooltip--background-color: $ibo-color-grey-500 !default;
|
||||
$ibo-vendors-c3--tooltip-th--background-color: $ibo-color-grey-500 !default;
|
||||
$ibo-vendors-c3--tooltip-th--color: $ibo-color-white-100 !default;
|
||||
@@ -20,6 +21,9 @@ $ibo-vendors-c3--axis--fill: $ibo-color-grey-900 !default;
|
||||
stroke: $ibo-vendors-c3--path--color !important;
|
||||
}
|
||||
}
|
||||
.c3-chart-arc path:not(.c3-legend-item-tile){
|
||||
stroke: $ibo-vendors-c3--arc-path--color !important;
|
||||
}
|
||||
.c3-axis{
|
||||
fill: $ibo-vendors-c3--axis--fill !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user