Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 1 | .heat-validation-stand-alone { |
| 2 | .upload-screen { |
| 3 | margin-top: 100px; |
| 4 | .title { |
| 5 | text-align: center; |
| 6 | margin-bottom: 50px; |
| 7 | } |
| 8 | .upload-screen-upload-block { |
| 9 | text-align: center; |
| 10 | padding: 50px; |
| 11 | border: 2px dashed lightgray; |
| 12 | } |
| 13 | .upload-screen-drop-zone { |
| 14 | &.active-dragging { |
| 15 | border: 3px dashed $dark-blue; |
| 16 | border-radius: 20px; |
| 17 | .draggable-wrapper { |
| 18 | opacity: 0.5; |
| 19 | } |
| 20 | } |
| 21 | } |
| 22 | } |
| 23 | |
| 24 | .attachments-screen { |
| 25 | .back-button { |
| 26 | z-index: 1000; |
| 27 | position: absolute; |
| 28 | top: 20px; |
| 29 | right: 20px; |
| 30 | width: 200px; |
| 31 | } |
| 32 | .software-product-attachments { |
| 33 | display: block; |
| 34 | .software-product-view { |
| 35 | display: block; |
| 36 | .software-product-landing-view-right-side { |
| 37 | display: block; |
| 38 | .software-product-attachments-main { |
| 39 | display: flex; |
| 40 | height: 100vh; |
| 41 | } |
| 42 | } |
| 43 | } |
| 44 | } |
| 45 | } |
| 46 | } |