@import "../../global.scss";

.Progress {
  &Container {
    display: relative;
    border-radius: 8px;
    background-color: $grey-5;
    width: 100%;
    height: 8px;
  }
  &Bar {
    display: absolute;
    height: 8px;
    background-color: $color-purple;
    border-radius: 8px 0 0 8px;
    border-right: 5px solid white;
  }
}
