
.uif-progress
  &-desc
    margin-bottom 4px
    display flex
    align-items center
    &-text
      s-font-body()
      width 0
      flex auto
    &-percent
      s-font-body()
      color #2878CA
  &-outer
    overflow hidden
    &-color
      background-color #F2F5FC
  &-inner
    transition width 0.2s linear
    background-color #2878CA

.uif-loading-bar
  height 0
  overflow visible
  position relative
  z-index 1
