Lidarr/frontend/src/Artist/Index/Posters/ArtistIndexPosterProgressBa...

15 lines
280 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;
}