You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
consul/ui-v2/app/styles/components/tomography-graph.scss

32 lines
540 B

.tomography .background {
fill: $lightest-gray;
}
.tomography .axis {
fill: none;
stroke: $border-blue;
stroke-dasharray: 4 4;
}
.tomography .border {
fill: none;
stroke: $border-blue;
}
.tomography .point {
stroke: $text-note;
fill: $magenta-600;
}
.tomography .lines line {
stroke: $magenta-600;
}
.tomography .lines line:hover {
stroke: $border-blue;
stroke-width: 2px;
}
.tomography .tick line {
stroke: $border-blue;
}
.tomography .tick text {
font-size: $size-normal;
text-anchor: start;
color: $text;
}