tao-test/app/taoProctoring/views/scss/activity-chart.scss

15 lines
250 B
SCSS
Raw Normal View History

2022-08-29 20:14:13 +02:00
@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;
}
}
}