feat: show time until pop cooldown ends
This commit is contained in:
parent
9ff401bdfd
commit
cee4129e65
3 changed files with 40 additions and 3 deletions
|
@ -108,3 +108,20 @@ section .meta {
|
|||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.progress-container {
|
||||
width: 50%;
|
||||
display: inline-block;
|
||||
background-color: tomato;
|
||||
height: 10px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.progress-bar {
|
||||
background-color: #63f0fd;
|
||||
height: 10px;
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue