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