aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/view-models/workspace/tabs/attributes/attributes.less
blob: 932daa167db89ceaa35d14b559eeb3abee942bb5 (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
.workspace-attributes {

    width: 93%;
    display: inline-block;
    .w-sdc-classic-btn {
        float: right;
        margin-bottom: 10px;
    }

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

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

        .text{
            overflow: hidden;
            text-overflow: ellipsis;
            display: inline-block;
            white-space: nowrap;
        }

        .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;
        }

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

        }

    }

}