aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/app/scripts/directives/graphs-v2/deployment-graph/deployment-graph.less
blob: ff8fc463804b3b8598b1d0a071dbdf873eaed76e (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);
  }
}