Files
Readarr/frontend/src/Author/Index/ProgressBar/AuthorIndexProgressBar.css
T
2020-05-19 21:50:37 +01:00

15 lines
282 B
CSS

.progress {
composes: container from '~Components/ProgressBar.css';
border-radius: 0;
background-color: #5b5b5b;
color: $white;
transition: width 200ms ease;
}
.progressBar {
composes: progressBar from '~Components/ProgressBar.css';
transition: width 200ms ease;
}