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

.nz-zones-target-splitterPane {
  position: absolute;
  left: 0;
  top: 0;

  > .nz-zones-target-target {
    @include nz-internal-targeted {
      > .nz-overlay {
        background-color: $nz-splitter-targeted-color;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        pointer-events: none;
      }
    }
  }
}
