
.n-split
  width 100%
  height 100%
  &-left
    flex-shrink 0
    flex-grow 0
    overflow auto
  &-trigger
    flex none
  &-right
    flex auto
    overflow auto

.n-split-trigger
  width 8px
  cursor e-resize
  flex-direction column
  background-color #CFD1D9
  .dot
    width 4px
    height @width
    background-color #FFF
    border-radius 50%
    margin 1px
    transition background-color 0.2s ease
  &-vertical
    height 8px
    width 100%
    cursor s-resize
    flex-direction row
  &-moving .dot
    background-color #006ce1
