View all rankings in details.

This commit is contained in:
Mike Cao 2020-08-09 15:13:38 -07:00
parent f535dca7b9
commit cd76cc895f
16 changed files with 472 additions and 283 deletions

View file

@ -10,6 +10,19 @@
font-size: var(--font-size-small);
}
.menu .option {
font-size: var(--font-size-small);
}
.backButton {
align-self: flex-start;
margin-bottom: 16px;
}
.backButton svg {
transform: rotate(180deg);
}
.row {
border-top: 1px solid var(--gray300);
min-height: 430px;