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