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