summaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/directives/graphs-v2/deployment-graph/deployment-graph.less
blob: f83ee8a891f8fde78134a9902375281e07fa2d3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
deployment-graph {
  display: block;
  height:100%;
  width: 100%;

  .sdc-deployment-graph-wrapper {
    height:100%;
    width: 100%;
  }

  .view-only{
    background-color:rgb(248, 248, 248);
  }
}