/*---------------------------------------------------------------------------------------------
* 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/index";

$desktop-tool-stripe-width: 2px;
$desktop-tool-stripe-height: 30px;

$font-size: $uicore-font-size;
$icon-size: 16px;
$icon-color: $buic-icon-color;
$hovered-icon-color: $buic-foreground-primary-tone;
$pressed-icon-color: $buic-icon-color-reverse;
$active-icon-color: $buic-foreground-primary;
$disabled-icon-color: $buic-icon-color-disabled;
$icon-shadow-color: $buic-icon-color-reverse;
$icon-shadow: drop-shadow(0 1px 0 $icon-shadow-color);
$no-shadow: drop-shadow(0 0 0 transparent);