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

.nz-toolbar-item-expandable-group-panel {
  $fill-color: $buic-background-panel;

  line-height: normal;
  background: $fill-color;
  padding: 8px;
  border-radius: 4px;
  pointer-events: auto;
  border: 1px solid $buic-background-widget-stroke;
  font-size: $font-size;
}
