blob: 1cf8f3cc7b311b27b067ead051b7f1cf05d5bb3f [file] [log] [blame]
@import './../../../style/vars.scss';
@import '../../../../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/variables';
xos-coarse-tenancy-graph {
display: block;
// background: $color-accent;
svg {
height: 400px;
width: 100%;
background-color: $panel-filled-bg;
border-radius: 3px;
}
.node-group {
.node {
cursor: pointer;
}
.node > rect {
stroke: $color-accent;
fill: $background-color;
}
.node > text {
fill: #fff;
font-size: 20px;
}
}
.link-group {
line {
stroke: $color-accent;
}
}
.arrow-marker {
stroke: $color-accent;
fill: $color-accent;
}
}