no rounded, change color on progress

master
lza_menace 2 years ago
parent d90dbc2a01
commit 47494e06ff

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

Loading…
Cancel
Save