summaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/view-models/workspace/tabs/tosca-artifacts/tosca-artifacts.less
blob: 6dfec2980f07c2a808eb7e5dd3945fc47b75c773 (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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
.workspace-tosca-artifact {
    width: 93%;
    display: inline-block;
    .w-sdc-classic-btn {
        float: right;
        margin-bottom: 10px;
    }

    .details-title{
        font-weight: bold;
        margin-right: 5px;
    }

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


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

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


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

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




        .table-download-btn{
            &.tosca{
                margin-left: 0;
                margin-top: 8px;
            }
        }

        .download-icon-container{
            position: relative;

            .loader{
                left: 60%;
                top: 45px;
                border: none;
                background-color: transparent;
                height: 0px;
                width: 63px;
                outline: none;

            }
        }


    }

}