@aplus-frontend/ui
Version:
21 lines (19 loc) • 346 B
text/less
@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;
}
}
});