GuilhermeStracini/POC-react-dotnet-UploadStream

View on GitHub
POCUploadStream/ClientApp/src/components/Progress.css

Summary

Maintainability
Test Coverage
.ProgressBar {
    width: 100%;
    height: 8px;
    background-color: rgb(183, 155, 229);
    border-radius: 5px;
}

.Progress {
    background-color: rgba(103, 58, 183, 1);
    height: 100%;
    margin: 0;
    border-radius: 5px;
}