@mussonindustrial/pyro-mui-joy
Version:
A port of Material UI Joy Theme for Ignition by Inductive Automation
45 lines (35 loc) • 790 B
CSS
.ia_piping {
fill: var(--pipePrimaryFill);
stroke: var(--pipeStroke);
}
.pipe_point__handle--selected {
border-color: var(--callToAction);
}
.ia_pipeSegment {
fill: var(--pipePrimaryFill);
stroke: var(--pipeStroke);
pointer-events: fill;
}
.ia_pipeSegment--selected {
stroke: var(--pipeSelectStroke);
}
.ia_pipeSegmentNode--pid {
fill: var(--pipeStroke);
stroke: none;
}
.ia_pipeSegmentNode--pid--selected {
fill: var(--pipeSelectStroke);
}
.ia_pipeSegmentOverlay {
stroke: none;
}
.ia_pipeSegmentNode--selected {
stroke: var(--pipeSelectStroke);
stroke-dasharray: 5, 1;
}
.ia_pipeSegmentPrimaryStopColor {
stop-color: var(--pipePrimaryFill);
}
.ia_pipeSegmentSecondaryStopColor {
stop-color: var(--pipeSecondaryFill);
}