added leaderboard (closes #29)

This commit is contained in:
Nathan DECHER
2020-04-13 21:58:53 +02:00
parent 1ca8e46461
commit 7b083fda11
20 changed files with 852 additions and 48 deletions
+14 -2
View File
@@ -8,7 +8,10 @@
}
.popup {
animation: popupAppear 1s linear;
&.animation {
animation: popupAppear 1s linear;
}
background: rgba(0, 0, 0, 90%);
position: absolute;
@@ -64,7 +67,7 @@
}
}
table {
.dual {
display: flex;
flex-direction: column;
width: 100%;
@@ -86,6 +89,15 @@
flex: 1;
}
}
.table {
width: 100%;
td, th {
padding: .5rem;
}
}
label {
margin-right: 1ex;
}
+10
View File
@@ -129,6 +129,16 @@ p {
display: none !important;
}
body.serverless .server {
display: none !important;
}
body.server .serverless {
display: none !important;
}
body.loading .loaded {
display: none !important;
}
// setup the progress bar
@import 'progressBar';