/*---------------------------------------------------------------------------------------------
 * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
 * See LICENSE.md in the project root for license terms and full copyright notice.
 *--------------------------------------------------------------------------------------------*/
$components-weight-editor-item-height: 100%;

.components-weight-editor {
  font-family: var(--iui-font-sans);
  font-size: var(--iui-font-size-1);
  color: var(--iui-color-text);
  border: none;
  box-sizing: border-box;
  height: $components-weight-editor-item-height;
}
