Support styling of subgraphs

This commit is contained in:
Josh Junon
2019-05-24 17:08:45 +02:00
parent 7d3578b31a
commit f51596eb61
7 changed files with 192 additions and 111 deletions

View File

@@ -30,9 +30,9 @@
}
.cluster rect {
fill: $secondBkg !important;
stroke: $clusterBorder !important;
stroke-width: 1px !important;
fill: $secondBkg;
stroke: $clusterBorder;
stroke-width: 1px;
}
.cluster text {