blob: 14bad181792530ff157e368bfb99c32ea9344875 [file] [log] [blame]
Michael Landoefa037d2017-02-19 12:57:33 +02001
2.vsp-component-monitoring {
az2497644017c2017-08-10 17:49:40 +03003 .dropzone {
Avi Zivb8e2faf2017-07-18 19:45:38 +03004 &:not(:last-child) {
Michael Landoefa037d2017-02-19 12:57:33 +02005 padding-bottom: 50px;
6 }
Michael Landoefa037d2017-02-19 12:57:33 +02007
az2497644017c2017-08-10 17:49:40 +03008 .monitoring-file {
9 display: flex;
10 .filename {
11 opacity: 1;
12 width: auto;
13 border-right-style: none;
14 }
15 .delete {
16 display: flex;
17 width: 30px;
18 justify-content: center;
19 align-items: center;
20 }
21 }
Michael Landoefa037d2017-02-19 12:57:33 +020022 }
23
Michael Landoefa037d2017-02-19 12:57:33 +020024}