You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
268 B
CSS

.dnd-poly-drag-image {
opacity: .5 !important;
}
.dnd-poly-drag-image.dnd-poly-snapback {
transition-property: transform, -webkit-transform !important;
transition-duration: 250ms !important;
transition-timing-function: ease-out !important;
}