no rounded, change color on progress

master
lza_menace 2 years ago
parent d90dbc2a01
commit 47494e06ff

@ -11,7 +11,7 @@
.progress { .progress {
background: rgba(255,255,255,0.1); background: rgba(255,255,255,0.1);
justify-content: flex-start; justify-content: flex-start;
border-radius: 100px; border-radius: 0;
align-items: center; align-items: center;
position: relative; position: relative;
padding: 0 5px; padding: 0 5px;
@ -25,7 +25,7 @@
.progress-value { .progress-value {
animation: load 3s normal forwards; animation: load 3s normal forwards;
box-shadow: 0 10px 20px -10px #fff; box-shadow: 0 10px 20px -10px #fff;
border-radius: 100px; border-radius: 0;
background: #fff; background: #fff;
height: 30px; height: 30px;
} }
@ -34,7 +34,7 @@
width: 100%; width: 100%;
text-align: center; text-align: center;
position: absolute; position: absolute;
color: black; color: #ef3b39;
} }
.section { .section {

Loading…
Cancel
Save