change the percentage color in the progress bar
This commit is contained in:
parent
70cdff4c7d
commit
c081584ce8
|
|
@ -361,6 +361,7 @@ html {
|
|||
|
||||
.uppy-ProgressBar-percentage {
|
||||
position: absolute;
|
||||
color: red;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
|
|
@ -383,4 +384,4 @@ div div .set-font-family {
|
|||
font-stretch: 100% !important;
|
||||
font-style: normal !important;
|
||||
font-weight: 400 !important;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue