/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/
.uifw-widgetPanels-toolbars {
  display: grid;
  height: 100%;
  width: 100%;
  padding: 0.75em;
  box-sizing: border-box;
  grid-template-columns: 1fr 1fr;

  .nz-tools-widget {
    grid-column: 1;

    &.nz-widget-navigationArea {
      grid-column: 2;
    }
  }
}
