blob: 4bcf7940eb825314a3b88369229217525534456b [file] [log] [blame]
Michael Landoefa037d2017-02-19 12:57:33 +02001
2.vsp-component-monitoring {
3 .snmp-dropzone {
4 .section-title {
5 padding-bottom: 20px;
6 }
Avi Zivb8e2faf2017-07-18 19:45:38 +03007 &:not(:last-child) {
Michael Landoefa037d2017-02-19 12:57:33 +02008 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 Zivb8e2faf2017-07-18 19:45:38 +030021 padding: 4px 20px;
Michael Landoefa037d2017-02-19 12:57:33 +020022 }
23 .drag-text {
24 color: $blue;
Avi Zivb8e2faf2017-07-18 19:45:38 +030025 @extend .body-1-semibold;
Michael Landoefa037d2017-02-19 12:57:33 +020026 }
27 .or-text {
28 margin-top: 10px;
29 margin-bottom: 10px;
30 }
31 }
32
33 }
34
35 .delete-button {
36 min-width: 0;
37 }
38}