Add match rate to blocks list page

This commit is contained in:
Mononaut
2022-10-28 10:33:15 -06:00
parent 8e4f996200
commit d97347d6bf
3 changed files with 81 additions and 9 deletions

View File

@@ -668,6 +668,15 @@ h1, h2, h3 {
background-color: #2e324e;
}
.progress.progress-health {
background: repeating-linear-gradient(to right, #2d3348, #2d3348 0%, #105fb0 0%, #1a9436 100%);
justify-content: flex-end;
}
.progress-bar.progress-bar-health {
background: #2d3348;
}
.mt-2-5, .my-2-5 {
margin-top: 0.75rem !important;
}