/*---------------------------------------------------------------------------------------------
* 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/base/base";
@import "~@bentley/ui-core/lib/ui-core/z-index";

.uifw-centered-popup {
  position: absolute;
  top: 0;
  left: 0;
  @include uicore-z-index(dialog-popup);
  @include uicore-full-height;
  @include uicore-full-width;
}
