@springernature/nn-charts
Version:
Visualization for DAS products
93 lines (91 loc) • 2.71 kB
CSS
.chakra-ui-dark .pearl-svg {
background-color: get("dark.backgroundColor");
}
.chakra-ui-dark text {
fill: get("dark.legendTextolor");
}
.chakra-ui-dark .axis path {
stroke: get("dark.tickLineColor");
opacity: 0.9;
}
.chakra-ui-dark .tick line {
stroke: get("dark.tickLineColor");
}
.chakra-ui-dark .tooltip-item.hovered {
background-color: get("dark.hoverTooltipColor");
}
.chakra-ui-dark .tooltip-group {
background-color: get("light.backgroundColor");
}
.chakra-ui-dark .tooltip-group .tooltip-heading {
color: get("light.labelTextColor");
}
.chakra-ui-dark .tooltip-group .tt-category,
.chakra-ui-dark .tooltip-group .tt-value {
color: get("light.labelTextColor");
}
.chakra-ui-dark .tooltip-frame,
.chakra-ui-dark .tooltip-pointer {
fill: get("light.backgroundColor");
}
.chakra-ui-dark .tooltip-frame__text {
fill: get("light.labelTextColor");
}
.chakra-ui-dark .collaboration-network-svg-Legend-Background {
fill: get("dark.backgroundColor");
stroke: get("dark.legendTextolor");
}
.chakra-ui-dark .legend-group__label {
fill: get("dark.legendTextolor");
}
.chakra-ui-dark .base-panel {
background-color: get("dark.backgroundColor");
}
.chakra-ui-dark .tooltip-container__pointer,
.chakra-ui-dark .tooltip-container__background {
fill: get("dark.backgroundColor");
}
.chakra-ui-dark .tooltip-container__background--sticky {
fill: get("dark.backgroundColor");
}
.chakra-ui-dark .node__label {
fill: get("dark.labelTextColor");
}
.chakra-ui-dark .node__circle.node {
fill: get("dark.nodeColor");
stroke: get("dark.nodeBorderColor");
}
.chakra-ui-dark .node__background-rect {
fill: get("dark.labelRectangleBgColor");
}
.chakra-ui-dark .legend__background-rect {
stroke: get("dark.legendRectangleBorderColor");
fill: get("dark.legendRectangleBgColor");
}
.chakra-ui-dark .zoom-controls-container {
fill: get("dark.zoomCtrlContainerBgColor");
stroke: get("dark.zoomCtrlContainerBorderColor");
box-shadow: 0px 4px 16px 0px rgba(20, 20, 20, 0.1215686275);
}
.chakra-ui-dark .zoom-controls-container .zoom-controls {
fill: get("dark.zoomCtrlBgColor");
stroke: none;
}
.chakra-ui-dark .zoom-controls-container .zoom-controls .line,
.chakra-ui-dark .zoom-controls-container .zoom-controls .circle {
stroke: #ffffff;
}
.chakra-ui-dark .toggle-icon {
fill: #ffffff;
}
.chakra-ui-dark .node__circle.node.node__circle--selected,
.chakra-ui-dark .link.link--highlighted {
stroke: get("dark.edgeHighlightColor");
}
.chakra-ui-dark .line-container .legend-item__label {
color: get("dark.legendChipLabelColor");
}
.chakra-ui-dark .line-container .legend-item {
border-color: get("dark.legendChipBorderColor");
}
/*# sourceMappingURL=dark.css.map */