aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-ui/resources/scss/modules/_uploadScreen.scss
blob: 4aa07f1580ec224fb4393baaccaae7a6019ef2d5 (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
.heat-validation-stand-alone {
  .upload-screen {
    margin-top: 100px;
    .title {
      text-align: center;
      margin-bottom: 50px;
    }
    .upload-screen-upload-block {
      text-align: center;
      padding: 50px;
      border: 2px dashed lightgray;
    }
    .upload-screen-drop-zone {
      &.active-dragging {
        border: 3px dashed $dark-blue;
        border-radius: 20px;
        .draggable-wrapper {
          opacity: 0.5;
        }
      }
    }
  }

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