Add collaboration feature
[sdc.git] / openecomp-ui / resources / scss / components / _dropzone.scss
1
2 .active-dragging {
3   border: 3px dashed $dark-blue;
4   border-radius: 20px;
5   .draggable-wrapper {
6     opacity: 0.5;
7   }
8 }
9 .file-upload-box {
10   @extend .body-1;
11   display: flex;
12   text-align: center;
13   flex-direction: column;
14   justify-content: center;
15   border: 2px dashed $light-gray;
16   padding-top: 20px;
17   padding-bottom: 20px;
18   width: 382px;
19   align-items: center;
20   .upload-btn {
21     padding: 4px 20px;
22   }
23   .drag-text {
24     color: $blue;
25     @extend .body-1-semibold;
26   }
27   .or-text {
28     margin-top: 10px;
29     margin-bottom: 10px;
30   }
31 }