.root
  height 100%
  flex-direction row
  flex-shrink 1

  &.right
    flex-direction row-reverse

.sidebar
  flex-direction column
  display none
  flex-grow 0
  &.open
    display flex

.main
  flex-direction column
  flex 1

:export
  colors: $UI.colors
