/*---------------------------------------------------------------------------------------------
 * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
 * See LICENSE.md in the project root for license terms and full copyright notice.
 *--------------------------------------------------------------------------------------------*/
.core-badge-deprecatedBadge {
  transform: rotate(270deg);

  svg {
    fill: rgba(0, 0, 0, 0.85);
  }
}
