feat: display time until pop is possible
This commit is contained in:
parent
3ddbc2d4b1
commit
fb9ed4546a
3 changed files with 39 additions and 1 deletions
|
@ -57,6 +57,17 @@ main {
|
|||
color: white;
|
||||
}
|
||||
|
||||
#nm-list section.missing_reqs {
|
||||
background-color: #3D9970D2;
|
||||
background-image: repeating-linear-gradient(
|
||||
45deg,
|
||||
rgba(61, 153, 112, 0.47),
|
||||
rgba(61, 153, 112, 0.47) 10px,
|
||||
#3D9970 10px,
|
||||
#3D9970 20px
|
||||
);
|
||||
}
|
||||
|
||||
#nm-list section.popped {
|
||||
background-color: #b5443a;
|
||||
color: #63f0fd;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue