/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/
.nz-widget-rectangular-tab-separator {
  $size: 8px;

  &.nz-horizontal {
    width: $size;
  }

  &:not(.nz-horizontal) {
    height: $size;
  }
}
