/**
 * #.# Editor Styles
 *
 * CSS for just Backend enqueued after style.scss
 * which makes it higher in priority.
 */

.eb-progress-bar{
  background: #eee;
  width:100%;
  height:30px;
  margin: 0 0 10px !important;

  &-highlight{
    height: inherit;
    width: 30%;
    background: #000;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    color: #fff;
  }
}


