@import "common/var";

@include b(drop) {
  position: relative;
  box-sizing: border-box;
  @include m(active-highlight) {
    &::before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      border: $--border-dashed;
      box-sizing: border-box;
    }
  }

  @include m(enter-highlight) {
    opacity: 0.8;
  }
}
