aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/app/scripts/view-models/wizard/artifact-information-step/artifact-information-step.less
blob: b0600ca4839711029b6181657e80c595e0877f1c (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
.artifact-step {

    .w-sdc-classic-btn {
        float: right;
        margin-bottom: 10px;
    }

    .table{
        height: 412px;
        margin-bottom: 0;
    }

    .table-container-flex {
        margin-top: 0px;

        .item-opened{
            word-wrap: break-word;
        }


        .flex-item:nth-child(1) {
            padding: 5px 4px;
            flex-grow: 15;
            .hand;
            span.table-arrow {
                margin-right: 7px;
            }
        }

        .flex-item:nth-child(2) {
            padding: 5px 4px;
            flex-grow: 6;
        }

        .flex-item:nth-child(3) {
            padding: 5px 4px;
            flex-grow: 3;
            padding-top: 10px;
        }

        .flex-item:nth-child(4) {
            padding: 5px 4px;
            flex-grow: 1;
        }

    }

}