aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/view-models/workspace/tabs/deployment/deployment.less
blob: f51ff6220d7ec8418f9ebd1499249d6236314370 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
.deployment-view {

    display: inline-block;
    text-align: left;
    align-items: left;
    padding: 0;
    width: 100%;
    height: 100%;

    .w-sdc-deployment-canvas {
        .noselect;
        .bg_c;
        position: relative;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: 0;

        .view-mode{
            background-color: #f8f8f8;
            border:0;
        }
    }

    .w-sdc-deployment-right-bar {

        .noselect;
        bottom: 0;
        position: absolute;
        right: 0px;
        transition: right 0.2s;
        top:  @action_nav_height;
    }
}