Add collaboration feature
[sdc.git] / openecomp-ui / resources / scss / modules / _uploadScreen.scss
1 .heat-validation-stand-alone {
2   .upload-screen {
3     margin-top: 100px;
4     .title {
5       text-align: center;
6       margin-bottom: 50px;
7     }
8   }
9
10   .attachments-screen {
11     .back-button {
12       z-index: 1000;
13       position: absolute;
14       top: 20px;
15       right: 20px;
16       width: 200px;
17     }
18     .software-product-attachments {
19       display: block;
20       .software-product-view {
21         display: block;
22         .software-product-landing-view-right-side {
23           display: block;
24           .software-product-attachments-main {
25             display: flex;
26             height: 100vh;
27           }
28         }
29       }
30     }
31   }
32 }