salix/front/core/directives/droppable.scss

11 lines
212 B
SCSS

@import "./variables";
[vn-droppable] {
border: 2px dashed transparent;
transition: all 0.5s;
&.active {
background-color: $color-hover-cd;
border: 2px dashed $color-bg-dark;
}
}