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