24 lines
327 B
Sass
24 lines
327 B
Sass
|
.table
|
||
|
.table-head
|
||
|
.table-cell
|
||
|
&.shot-thumbnail
|
||
|
width: $shots-list-thumbnail-width
|
||
|
|
||
|
&.task-type
|
||
|
text-transform: capitalize
|
||
|
|
||
|
.table-body
|
||
|
display: table-row-group
|
||
|
.table-cell
|
||
|
&.shot-name
|
||
|
padding-left: 10px
|
||
|
|
||
|
&.task-name
|
||
|
max-width: 120px
|
||
|
+text-overflow-ellipsis
|
||
|
|
||
|
a
|
||
|
display: block
|
||
|
|
||
|
|