Add collaboration feature
[sdc.git] / openecomp-ui / resources / scss / modules / _vspComponentMonitoring.scss
1
2 .vsp-component-monitoring {
3   .dropzone {
4     &:not(:last-child) {
5       padding-bottom: 50px;
6     }
7
8     .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     }
22   }
23
24 }