added leaderboard (closes #29)
This commit is contained in:
+14
-2
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user