summaryrefslogtreecommitdiffstats
path: root/catalog-ui/app/scripts/view-models/wizard/properties-step/properties-step.less
blob: 0d7dad8dc26bbbc60ad25a448c15e51b1f0ce116 (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
51
52
53
54
55
.properties-step {

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

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

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

        .text{
            overflow: hidden;
            text-overflow: ellipsis;
            display: inline-block;
            white-space: nowrap;
            padding: 5px 4px;

        }

        .flex-item:nth-child(1) {
            flex-grow: 15;

            .hand;
            span.table-arrow {
                margin-right: 7px;
            }
        }

        .flex-item:nth-child(2) {
            flex-grow: 6;
        }

        .flex-item:nth-child(3) {
            flex-grow: 9;
        }

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

        }

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

    }

}