update progress bar style

This commit is contained in:
Imanoel Ali 2019-01-17 11:40:42 +03:30
parent 4768ffc21a
commit d10e502774

View file

@ -51,11 +51,11 @@ li:first-child {
} }
#progress { #progress {
background-color: #ff00007d; background-color: #ff4949f7;
width: 0%; width: 0%;
height: 29px; height: 6px;
margin: auto; margin: auto;
border-radius: 4px; border-radius: 0;
position: relative; position: relative;
top: 0; top: 0;
z-index: 999; z-index: 999;