Reinstate tournament steps

This commit is contained in:
Claude Brisson
2023-11-26 11:20:12 +01:00
parent 5c1dc2d59d
commit dcc5e741fd
2 changed files with 86 additions and 7 deletions

View File

@@ -19,4 +19,22 @@
margin: 1px;
background-color: #eeeeee;
}
.steps .step:not(.active) {
cursor: pointer;
}
.section.info {
#pairing, #standings {
display: none;
}
}
.section.pairing {
#tournament-infos, #standings {
display: none;
}
}
.section.standings {
#tournament-infos, #pairing {
display: none;
}
}
}