You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Hydro/packages/ui-default/pages/homework_scoreboard.page.styl

26 lines
491 B
Stylus

.page--homework_scoreboard
.main
.row
max-width: 100vw !important;
.col--rank
width: rem(60px)
text-align: center
border-right: 1px solid $table-border-color
.col--user
min-width: rem(150px)
.col--total_score, .col--time
width: rem(100px)
text-align: center
.col--problem, .col--record
width: rem(100px)
border-left: 1px solid $table-border-color
text-align: center
+mobile()
.col--problem, .col--record
display: none