15 lines
250 B
SCSS
15 lines
250 B
SCSS
@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;
|
|
}
|
|
}
|
|
}
|