@import "inc/bootstrap";
.activity-chart {
  .refresh-bar {
    width: 100%;
    position: relative;
    height:2px;
    .refresh-bar-progress {
      position: relative;
      width: 0;
      height: 100%;
      background-color: $info;
    }
  }
}
