/*---------------------------------------------------------------------------------------------
 * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
 * See LICENSE.md in the project root for license terms and full copyright notice.
 *--------------------------------------------------------------------------------------------*/
@import "~@itwin/core-react/lib/cjs/core-react/style/themecolors";

.nz-footer-dialog-button {
  color: var(--iui-color-text-muted);
  cursor: pointer;
  position: relative;

  &:hover {
    color: var(--iui-color-text-hover);
  }

  &:active {
    color: var(--iui-color-text-hover);
  }

  &:focus {
    outline: none;
  }
}
