CSIT Fix for SDC-2585
[sdc.git] / catalog-ui / src / app / view-models / workspace / tabs / deployment / deployment.less
1 .deployment-view {
2
3     display: inline-block;
4     text-align: left;
5     align-items: left;
6     padding: 0;
7     width: 100%;
8     height: 100%;
9
10     .w-sdc-deployment-canvas {
11         .noselect;
12         .bg_c;
13         position: relative;
14         bottom: 0;
15         width: 100%;
16         height: 100%;
17         z-index: 0;
18
19         .view-mode{
20             background-color: #f8f8f8;
21             border:0;
22         }
23     }
24
25     .w-sdc-deployment-right-bar {
26
27         .noselect;
28         bottom: 0;
29         position: absolute;
30         right: 0px;
31         transition: right 0.2s;
32         top:  @action_nav_height;
33     }
34 }