/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/

@import "../style/index.scss";
@import "../style/themecolors.scss";

.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: $buic-background-placeholder;
  }
}
