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

.core-tree-placeholder {
  display: block;
  box-sizing: border-box;
  height: 24px;
  padding-top: 3px;
  padding-bottom: 3px;
  > .contents {
    margin-left: 24px; // offset for expander
    height: 18px;
    background-color: var(--iui-color-background-backdrop);
  }
}
