/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/
@import "~@bentley/ui-core/lib/ui-core/style/themecolors";
@import "~@bentley/ui-core/lib/ui-core/style/typography";

.components-tree-node-description {
  color: $buic-foreground-disabled;
  font-size: $uicore-font-size-small;
  margin-top: 4px;

  &.with-editor {
    margin: 0;
    padding-top: 1px;
  }
}

.components-tree-node-content {
  height: 24px;
  line-height: $uicore-font-size-small;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;

  &.with-description {
    height: 43px;
  }
}
