summaryrefslogtreecommitdiffstats
path: root/openecomp-ui/resources/scss/modules/_uploadScreen.scss
blob: 23f41c88166bf2c860be170e3508b0377db980de (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
.heat-validation-stand-alone {
  .upload-screen {
    margin-top: 100px;
    .title {
      text-align: center;
      margin-bottom: 50px;
    }
  }

  .attachments-screen {
    .back-button {
      z-index: 1000;
      position: absolute;
      top: 20px;
      right: 20px;
      width: 200px;
    }
    .software-product-attachments {
      display: block;
      .software-product-view {
        display: block;
        .software-product-landing-view-right-side {
          display: block;
          .software-product-attachments-main {
            display: flex;
            height: 100vh;
          }
        }
      }
    }
  }
}