@import "../vars.less";

.demo-menu {
  &-bg {
    background-color: #eee;
    border: @border-main;

    &--horizontal {
      display: flex;

    }
  }
  .hive-menu--vertical {
    min-height: 600px;
  }

  &-left {
    width: 256px;
  }

  &-right {
    flex: 1;
  }
}
