Registration status in progress

This commit is contained in:
Claude Brisson
2024-01-20 09:09:39 +01:00
parent cffa4ce699
commit 3c9e1683f7
9 changed files with 131 additions and 18 deletions

View File

@@ -143,6 +143,35 @@
#player.popup {
min-width: 65vw;
#final-reg {
.final {
color: green;
display: none;
}
&.final {
.preliminary {
display: none;
}
.final {
display: initial;
}
}
}
}
td.reg-status {
.final {
color: green;
display: none;
}
&.final {
.final {
display: initial;
}
.preliminary {
display: none;
}
}
}
/* pairing section */