[SDC] rebase 1710 code
[sdc.git] / catalog-ui / src / app / view-models / workspace / tabs / tosca-artifacts / tosca-artifacts.less
1 .workspace-tosca-artifact {
2     width: 100%;
3     display: inline-block;
4     .w-sdc-classic-btn {
5         float: right;
6         margin-bottom: 10px;
7     }
8
9     .details-title{
10         font-weight: bold;
11         margin-right: 5px;
12     }
13
14     .table{
15         height: 490px;
16         margin-bottom: 0;
17     }
18
19
20     .table-container-flex {
21         margin-top: 0;
22         .item-opened{
23             word-wrap: break-word;
24         }
25
26
27         .flex-item:nth-child(1) {
28             flex-grow: 15;
29             .hand;
30             span.table-arrow {
31                 margin-right: 7px;
32             }
33         }
34
35         .flex-item:nth-child(2) {
36             flex-grow: 6;
37         }
38
39         .flex-item:nth-child(3) {
40             flex-grow: 1;
41         }
42
43         .flex-item:nth-child(4) {
44             flex-grow: 1;
45         }
46
47
48
49
50         .table-download-btn{
51             &.tosca{
52                 margin-left: 0;
53                 margin-top: 8px;
54             }
55         }
56
57         .download-icon-container{
58             position: relative;
59
60             .loader{
61                 left: 60%;
62                 top: 45px;
63                 border: none;
64                 background-color: transparent;
65                 height: 0px;
66                 width: 63px;
67                 outline: none;
68
69             }
70         }
71
72
73     }
74
75 }
76
77