2016-09-22 12:31:39 +02:00
|
|
|
.table
|
|
|
|
.table-head
|
|
|
|
.table-cell
|
2016-09-22 16:43:19 +02:00
|
|
|
text-align: center
|
|
|
|
|
2016-09-22 12:31:39 +02:00
|
|
|
&.shot-thumbnail
|
|
|
|
width: $shots-list-thumbnail-width
|
|
|
|
|
|
|
|
&.task-type
|
|
|
|
text-transform: capitalize
|
|
|
|
|
2016-09-22 15:44:41 +02:00
|
|
|
span.collapser
|
|
|
|
cursor: pointer
|
2016-09-22 16:43:19 +02:00
|
|
|
width: 100%
|
|
|
|
display: inline-block
|
|
|
|
padding: 5px
|
2016-09-22 15:44:41 +02:00
|
|
|
|
2016-09-22 12:31:39 +02:00
|
|
|
.table-body
|
|
|
|
display: table-row-group
|
|
|
|
.table-cell
|
2016-09-22 16:43:19 +02:00
|
|
|
text-align: center
|
2016-09-22 12:31:39 +02:00
|
|
|
&.shot-name
|
2016-09-22 16:43:19 +02:00
|
|
|
padding: 0 10px
|
|
|
|
text-align: left
|
2016-09-22 12:31:39 +02:00
|
|
|
|
2016-09-22 15:44:41 +02:00
|
|
|
&.task-type
|
2016-09-22 12:31:39 +02:00
|
|
|
max-width: 120px
|
|
|
|
|
|
|
|
a
|
2016-09-22 16:43:19 +02:00
|
|
|
display: block /* Each task in a new line */
|
|
|
|
opacity: 0
|
|
|
|
color: $color-text-dark-primary
|
|
|
|
+status-color
|
|
|
|
transition: all 150ms ease-in-out
|
|
|
|
|
|
|
|
span
|
|
|
|
+text-overflow-ellipsis
|
|
|
|
display: block
|
|
|
|
padding: 3px 10px
|
2016-09-22 12:31:39 +02:00
|
|
|
|
2016-09-22 16:43:19 +02:00
|
|
|
a[class^="status-"]
|
|
|
|
opacity: 1
|
2016-09-22 12:31:39 +02:00
|
|
|
|
2016-09-22 16:43:19 +02:00
|
|
|
&:hover
|
|
|
|
a
|
|
|
|
opacity: 1
|