Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 1 | |
| 2 | .vsp-component-monitoring { |
az2497 | 644017c | 2017-08-10 17:49:40 +0300 | [diff] [blame] | 3 | .dropzone { |
Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 4 | .section-title { |
| 5 | padding-bottom: 20px; |
| 6 | } |
Avi Ziv | b8e2faf | 2017-07-18 19:45:38 +0300 | [diff] [blame] | 7 | &:not(:last-child) { |
Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 8 | padding-bottom: 50px; |
| 9 | } |
| 10 | .software-product-landing-view-top-block-col-upl { |
| 11 | @extend .body-1; |
| 12 | width: 400px; |
| 13 | display: flex; |
| 14 | text-align: center; |
| 15 | flex-direction: column; |
| 16 | justify-content: center; |
| 17 | border: 2px dashed $light-gray; |
| 18 | padding: 25px 0; |
| 19 | align-items: center; |
| 20 | .upload-btn { |
Avi Ziv | b8e2faf | 2017-07-18 19:45:38 +0300 | [diff] [blame] | 21 | padding: 4px 20px; |
Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 22 | } |
| 23 | .drag-text { |
| 24 | color: $blue; |
az2497 | 644017c | 2017-08-10 17:49:40 +0300 | [diff] [blame] | 25 | @extend .body-1-semibold |
Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 26 | } |
| 27 | .or-text { |
| 28 | margin-top: 10px; |
| 29 | margin-bottom: 10px; |
| 30 | } |
| 31 | } |
| 32 | |
az2497 | 644017c | 2017-08-10 17:49:40 +0300 | [diff] [blame] | 33 | .monitoring-file { |
| 34 | display: flex; |
| 35 | .filename { |
| 36 | opacity: 1; |
| 37 | width: auto; |
| 38 | border-right-style: none; |
| 39 | } |
| 40 | .delete { |
| 41 | display: flex; |
| 42 | width: 30px; |
| 43 | justify-content: center; |
| 44 | align-items: center; |
| 45 | } |
| 46 | } |
Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 47 | } |
| 48 | |
| 49 | .delete-button { |
| 50 | min-width: 0; |
| 51 | } |
| 52 | } |