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

.core-tooltip-tooltip {
  animation-name: none !important;
  max-width: 400px;
  font-size: 14px;
  background-color: $buic-background-tooltip;
  text-align: center;
  border: 1px solid $buic-foreground-disabled;
  padding: 2px 6px;

  @include uicore-z-index(tooltip);
}
