/*---------------------------------------------------------------------------------------------
 * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
 * See LICENSE.md in the project root for license terms and full copyright notice.
 *--------------------------------------------------------------------------------------------*/
@import "variables";

.nz-outline-tabOutline {
  background-color: $nz-outline-color;
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  max-width: 6em;

  &.nz-hidden {
    display: none;
  }
}
