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

  svg {
    fill: currentColor;
  }
}
