36 lines
671 B
Sass
36 lines
671 B
Sass
@import variables
|
|
@import mixins
|
|
|
|
.subtask-cell
|
|
padding: 4px 10px
|
|
border-top: 1px dotted #dedede
|
|
border-left: 1px dotted #dedede
|
|
display: table-cell
|
|
vertical-align: middle
|
|
a
|
|
color: color('primary')
|
|
text-decoration: none
|
|
&:hover, &:focus
|
|
color: link-color('primary')
|
|
&:first-child
|
|
border-left: none
|
|
@include sm-device
|
|
width: 90%
|
|
display: block
|
|
border-left: none
|
|
|
|
.task-list-subtasks
|
|
display: table
|
|
width: 100%
|
|
@include sm-device
|
|
display: block
|
|
|
|
.task-list-subtask
|
|
display: table-row
|
|
@include sm-device
|
|
display: block
|
|
|
|
.subtask-assignee, .subtask-time-tracking-cell
|
|
@include sm-device
|
|
display: none
|