Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame^] | 1 | |
2 | .vsp-component-monitoring { | ||||
3 | .snmp-dropzone { | ||||
4 | .section-title { | ||||
5 | padding-bottom: 20px; | ||||
6 | } | ||||
7 | &:first-child { | ||||
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 { | ||||
21 | padding: 20px; | ||||
22 | padding-top: 7px; | ||||
23 | padding-bottom: 3px; | ||||
24 | } | ||||
25 | .drag-text { | ||||
26 | color: $blue; | ||||
27 | font-weight: bolder; | ||||
28 | } | ||||
29 | .or-text { | ||||
30 | margin-top: 10px; | ||||
31 | margin-bottom: 10px; | ||||
32 | } | ||||
33 | } | ||||
34 | |||||
35 | } | ||||
36 | |||||
37 | .delete-button { | ||||
38 | min-width: 0; | ||||
39 | } | ||||
40 | } |