/*---------------------------------------------------------------------------------------------
* 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/style/themecolors";

.nz-toolSettings-docked {
  height: 2.5em;
  width: 100%;

  display: flex;
  position: relative;
  background: $buic-background-widget;
  border: 1px solid $buic-background-widget-stroke;

  > .nz-container {
    display: flex;
  }
}

.nz-toolSettings-docked_container {
  display: grid;
  grid-template-columns: auto 1fr;
  row-gap: 4px;
  column-gap: 4px;
  align-items: flex-start;
}
