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/training_detail.page.styl

36 lines
722 B
Stylus

.page--training_detail
.col--status
width: rem(150px)
position: relative
.col--submit_n, .col--ac_rate, .col--difficulty
width: rem(70px)
text-align: center
.col--status
border-right: 1px solid $table-border-color
.col--submit_n, .col--difficulty
border-left: 1px solid $table-border-color
+mobile()
.col--status,
.col--submit_n,
.col--difficulty
display: none
.col--ac_rate
border-left: 1px solid $table-border-color
.training__section
&.invalid
.training__problems
opacity: 0.6
&.collapsed .collapsed--hidden,
&.expanded .expanded--hidden
display: none
&.collapsed .training__section__detail
display: none