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

.tree-widget-selectable-tree {
  padding: var(--iui-size-xs);
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;

  .tree-widget-no-trees-container {
    width: 100%;
    height: 100%;
  }
}
