open-consul/ui/packages/consul-ui/app/components/consul/tomography/graph/index.scss

37 lines
567 B
SCSS

.tomography-graph {
.background {
fill: $gray-050;
}
.axis {
fill: none;
stroke: $gray-300;
stroke-dasharray: 4 4;
}
.border {
fill: none;
stroke: $gray-300;
}
.point {
stroke: $gray-400;
fill: $magenta-600;
}
.lines rect {
fill: $magenta-600;
stroke: transparent;
stroke-width: 5px;
}
.lines rect:hover {
fill: $gray-300;
height: 3px;
y: -1px;
}
.tick line {
stroke: $gray-300;
}
.tick text {
font-size: $typo-size-600;
text-anchor: start;
color: $gray-900;
}
}