Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 1 | .vsp-component-monitoring { |
Einav Weiss Keidar | 1801b24 | 2018-08-13 16:19:46 +0300 | [diff] [blame] | 2 | .dropzone { |
| 3 | &:not(:last-child) { |
| 4 | padding-bottom: 50px; |
| 5 | } |
Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 6 | |
Einav Weiss Keidar | 1801b24 | 2018-08-13 16:19:46 +0300 | [diff] [blame] | 7 | .monitoring-file { |
| 8 | display: flex; |
| 9 | .filename { |
| 10 | opacity: 1; |
| 11 | width: auto; |
| 12 | border-right-style: none; |
| 13 | } |
| 14 | .delete { |
| 15 | display: flex; |
| 16 | width: 30px; |
| 17 | justify-content: center; |
| 18 | align-items: center; |
| 19 | } |
| 20 | } |
az2497 | 644017c | 2017-08-10 17:49:40 +0300 | [diff] [blame] | 21 | } |
Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 22 | } |