/*---------------------------------------------------------------------------------------------
* 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";
@import "~@bentley/ui-core/lib/ui-core/z-index";
@import "variables";

.nz-widget-toolSettings-popup {
  border: {
    color: $nz-widget-border-color;
    radius: $nz-widget-border-radius;
    style: solid;
    width: $nz-widget-border-width;
  }
  color: $buic-background-control-stroke;
  background-color: $nz-widget-background-color;
  padding: $nz-tool-settings-content-padding;

  @include uicore-z-index(status-popup);

  > .nz-content {
    color: $buic-text-color;
  }
}
