mirror of https://gitee.com/bigwinds/arangodb
28 lines
390 B
SCSS
28 lines
390 B
SCSS
.scenarioImage {
|
|
@extend %clickable;
|
|
height: 70%;
|
|
width: auto;
|
|
}
|
|
|
|
svg.clusterChart {
|
|
height: auto;
|
|
margin: auto;
|
|
width: auto;
|
|
}
|
|
|
|
.lineGraph {
|
|
position: absolute;
|
|
|
|
.few .dygraph-legend > span.highlight {
|
|
border: 1px solid $c-chart-border;
|
|
}
|
|
|
|
.many .dygraph-legend > span {
|
|
display: none;
|
|
}
|
|
|
|
.many .dygraph-legend > span.highlight {
|
|
display: inline;
|
|
}
|
|
}
|