Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 1 | .active-dragging { |
Einav Weiss Keidar | 1801b24 | 2018-08-13 16:19:46 +0300 | [diff] [blame] | 2 | border: 3px dashed $dark-blue; |
| 3 | border-radius: 20px; |
| 4 | .draggable-wrapper { |
| 5 | opacity: 0.5; |
| 6 | } |
Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 7 | } |
talig | 8e9c065 | 2017-12-20 14:30:43 +0200 | [diff] [blame] | 8 | .file-upload-box { |
Einav Weiss Keidar | 1801b24 | 2018-08-13 16:19:46 +0300 | [diff] [blame] | 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 | } |
talig | 8e9c065 | 2017-12-20 14:30:43 +0200 | [diff] [blame] | 30 | } |