@import '../mixins/mixins.less';

.b(ap-form-drawer-form, {
  &__resize-bar {
    width: 4px;
    cursor: ew-resize;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 100;
    background-color: transparent;
    &--min-disabled {
      cursor: w-resize;
    }
    &--max-disabled {
      cursor: e-resize;
    }
  }
});
