1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
.vsp-component-monitoring { .dropzone { &:not(:last-child) { padding-bottom: 50px; } .monitoring-file { display: flex; .filename { opacity: 1; width: auto; border-right-style: none; } .delete { display: flex; width: 30px; justify-content: center; align-items: center; } } } }