/*---------------------------------------------------------------------------------------------
 * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
 * See LICENSE.md in the project root for license terms and full copyright notice.
 *--------------------------------------------------------------------------------------------*/

.nz-toolSettings-handle {
  $dot-size: 0.25em;
  $dot-gap: $dot-size;

  height: 100%;
  width: 2em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: grab;
  flex-shrink: 0;

  svg {
    width: 2em;
    height: 2em;
  }
}
