/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/
.nz-widget-tab {
  &.uifw-badge-new {
    &.nz-active {
      &:before {
        width: calc(100% - 1em) !important;
        left: 0.5em !important;
      }
    }
  }
}
