[sdc] rebase update
[sdc.git] / catalog-ui / src / app / directives / graphs-v2 / composition-graph / composition-graph.less
1 composition-graph {
2   display: block;
3    height:100%;
4    width: 100%;
5
6   .sdc-composition-graph-wrapper{
7     height:100%;
8     width: 100%;
9   }
10
11   .view-only{
12     background-color:rgb(248, 248, 248);
13   }
14 }