/*---------------------------------------------------------------------------------------------
* 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-nested {
  position: relative;

  .nz-back {
    position: absolute;
    left: 10px;
    top: 8px;
  }

  > .nz-toolbar-item-expandable-group-title {
    /* Contributes to space available for back arrow */
    min-height: 14px;
    margin-left: $title-horizontal-back-arrow-margin;
    margin-right: $title-horizontal-back-arrow-margin;
  }
}
