cleanup + small styling

This commit is contained in:
cv
2021-03-23 22:53:23 +01:00
parent b5a390a689
commit 3411372b1b
7 changed files with 27 additions and 29 deletions
@@ -1,5 +1,7 @@
.progress {
padding: 6px;
width: 90%;
margin: 0 auto;
background: rgba(0, 0, 0, 0.25);
border-radius: 6px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
@@ -9,10 +11,10 @@
height: 18px;
background: linear-gradient(
90deg,
rgba(255, 0, 0, 1) 0%,
rgba(255, 149, 0, 1) 20%,
rgba(255, 244, 0, 0.8287037037037037) 50%,
rgba(0, 255, 156, 0.7083333333333333) 100%
rgb(145, 255, 191, 1) 0%,
rgba(145, 255, 191, 0.8) 20%,
rgba(145, 255, 191, 0.5) 50%,
rgba(145, 255, 191, 0.2) 100%
);
border-radius: 4px;
transition: 0.4s linear;