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

31 lines
515 B
Stylus

.page--record_detail
.compiler-text
padding: rem(20px 0)
font-size: rem($font-size-small)
&:empty
display: none
.col--case
width: rem(70px)
.col--memory, .col--time
width: rem(120px)
.col--case, .col--status
border-right: 1px solid $table-border-color
.subtask
background-color: #fff !important
height: rem(30px)
td
padding-top: 0
padding-bottom: 0
+mobile()
.col--time
width: rem(70px)
.col--memory
width: rem(100px)