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

.nz-footer-popup {
  border: unset;
  font-size: $uicore-font-size;

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

  &.nz-content-dialog {
    color: $buic-background-control-stroke;
  }

  &.nz-content-panel {
    color: $buic-background-panel;
  }
}
