/*---------------------------------------------------------------------------------------------
* 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";

.nz-widget-pinToggle {
  position: relative;
  padding: 0 0.5em 0 0;
  border: 0;
  background: none;
  cursor: pointer;
  outline: none;
  color: $buic-foreground-muted;

  @media (hover: hover) {
    &:hover {
      color: $buic-foreground-activehover;
    }
  }
}
