superset/panoramix/static/widgets/viz_sankey.css
2015-12-15 15:59:58 -08:00

30 lines
313 B
CSS

#chart {
height: 100%;
}
div.token {
height: 100%;
}
.node rect {
cursor: move;
fill-opacity: .9;
shape-rendering: crispEdges;
}
.node text {
pointer-events: none;
text-shadow: 0 1px 0 #fff;
}
.link {
fill: none;
stroke: #000;
stroke-opacity: .2;
}
.link:hover {
stroke-opacity: .5;
}