blob: 867749d8e9580efa32f344b692576407ed802a7b [file] [log] [blame]
Michael Landoefa037d2017-02-19 12:57:33 +02001.vsp-component-monitoring {
Einav Weiss Keidar1801b242018-08-13 16:19:46 +03002 .dropzone {
3 &:not(:last-child) {
4 padding-bottom: 50px;
5 }
Michael Landoefa037d2017-02-19 12:57:33 +02006
Einav Weiss Keidar1801b242018-08-13 16:19:46 +03007 .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 }
az2497644017c2017-08-10 17:49:40 +030021 }
Michael Landoefa037d2017-02-19 12:57:33 +020022}