blob: 31a67d9e6b9895114849467dd7da9384842e4ba5 [file] [log] [blame]
Michael Landoefa037d2017-02-19 12:57:33 +02001.active-dragging {
Einav Weiss Keidar1801b242018-08-13 16:19:46 +03002 border: 3px dashed $dark-blue;
3 border-radius: 20px;
4 .draggable-wrapper {
5 opacity: 0.5;
6 }
Michael Landoefa037d2017-02-19 12:57:33 +02007}
talig8e9c0652017-12-20 14:30:43 +02008.file-upload-box {
Einav Weiss Keidar1801b242018-08-13 16:19:46 +03009 @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 }
talig8e9c0652017-12-20 14:30:43 +020030}