/*---------------------------------------------------------------------------------------------
* 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";

// backstage common values
$nz-backstage-width: 300px;
$nz-backstage-overlay-background: rgba(#222, 0.60);

$nz-backstage-item-font-size: $uicore-font-size-leading;
$nz-backstage-subtitle-font-size: $uicore-font-size;

$nz-backstage-item-spacing: 24px;
$nz-backstage-item-spacing-medium: 20px;
$nz-backstage-item-spacing-small: 16px;

$nz-backstage-icon-spacing-left: 24px;
$nz-backstage-icon-spacing-right: 16px;

$nz-backstage-highlight-bar-width: 2px;
$nz-backstage-highlight-bar-spacing-left: 2px;
$nz-backstage-divider-height: 1px;
$nz-backstage-user-profile-size: 48px;
$nz-backstage-user-profile-label-spacing-left: 6px;
$nz-backstage-user-profile-label-spacing-right: 6px;
$nz-backstage-user-profile-spacing: 14px; // top & bottom
$nz-backstage-user-profile-divider-height: 2px;

$nz-backstage-background: $buic-background-window;
$nz-backstage-item-color: $buic-text-color;
$nz-backstage-item-color-disabled: $buic-text-color-disabled;
$nz-backstage-item-active-background: $buic-background-tab-inactive;
$nz-backstage-item-hover-background: $buic-row-hover;
$nz-backstage-highlight-bar-background: $buic-foreground-primary;
$nz-backstage-divider-color: $buic-background-divider;
