Add border-top to claim-preview progress bar
This commit is contained in:
parent
4e63849061
commit
787c49ea98
1 changed files with 1 additions and 0 deletions
|
@ -1120,6 +1120,7 @@
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
height: 4px;
|
height: 4px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
border-top: 1px solid rgba(0, 0, 0, 0.2);
|
||||||
background-color: var(--color-primary);
|
background-color: var(--color-primary);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue