/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/
@import "../style/index.scss";

.core-lb {
  display: flex;
  align-items: center;

  > .lb-container {
    background-color: $buic-background-5;
    flex: 1;

    > .fill {
      height: 100%;
      background-color: $buic-foreground-primary;
      -webkit-transition: width .3s linear;
      -moz-transition: width .3s linear;
      -o-transition: width .3s linear;
      transition: width .3s linear;
    }
  }

  > .percent {
    flex: initial;
    opacity: 0.85;
    width: 3em;
    font-size: .9em;
    margin-left: .3em;
  }
}
