/*---------------------------------------------------------------------------------------------
 * 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-widget-pinToggle {
  position: relative;
  padding: 0 0.5em 0 0;
  border: 0;
  background: none;
  cursor: pointer;
  outline: none;
  color: var(--iui-color-text-muted);

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