UNPKG

@antv/x6-react-components

Version:

React components for building x6 editors

22 lines (17 loc) 367 B
@import url('../../style/themes/index'); @splitBox-prefix-cls: ~'@{x6-prefix}-split-box'; .@{splitBox-prefix-cls} { &-vertical > &-resizer { width: 4px; margin: 0 -2px; background: transparent; } &-horizontal > &-resizer { height: 4px; margin: -2px; background: transparent; } &-disabled > &-resizer { cursor: default; } }