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

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

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