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