2016-09-22 12:31:39 +02:00
|
|
|
.table
|
2016-09-22 21:27:15 +02:00
|
|
|
.table-cell
|
|
|
|
&.shot-status
|
|
|
|
width: 5px
|
|
|
|
height: 100%
|
|
|
|
display: inline-block
|
2016-09-22 12:31:39 +02:00
|
|
|
.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
|
2016-09-22 21:27:15 +02:00
|
|
|
|
|
|
|
.table-row
|
|
|
|
position: relative
|
|
|
|
|
|
|
|
&.active
|
|
|
|
border-color: $color-background-dark
|
|
|
|
background-color: $color-background-light
|
|
|
|
|
|
|
|
.table-cell:last-child
|
|
|
|
box-shadow: inset -5px 0 0 $color-primary
|
|
|
|
|
|
|
|
&.status
|
|
|
|
&-invalid
|
|
|
|
.shot-status
|
|
|
|
background-color: $color-status-invalid-dark
|
|
|
|
&-todo
|
|
|
|
.shot-status
|
|
|
|
background-color: $color-status-todo-dark
|
|
|
|
&-in_progress
|
|
|
|
.shot-status
|
|
|
|
background-color: $color-status-in_progress-dark
|
|
|
|
&-on_hold
|
|
|
|
.shot-status
|
|
|
|
background-color: $color-status-on_hold-dark
|
|
|
|
&-approved
|
|
|
|
.shot-status
|
|
|
|
background-color: $color-status-approved-dark
|
|
|
|
&-cbb
|
|
|
|
.shot-status
|
|
|
|
background-color: $color-status-cbb-dark
|
|
|
|
&-final
|
|
|
|
.shot-status
|
|
|
|
background-color: $color-status-final-dark
|
|
|
|
&-review
|
|
|
|
.shot-status
|
|
|
|
background-color: $color-status-review-dark
|
|
|
|
|
2016-09-22 12:31:39 +02:00
|
|
|
.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 21:27:15 +02:00
|
|
|
padding: 0px 10px
|
2016-09-22 16:43:19 +02:00
|
|
|
text-align: left
|
2016-09-22 21:27:15 +02:00
|
|
|
a
|
|
|
|
color: $color-text-dark-primary
|
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 21:27:15 +02:00
|
|
|
display: inline-block /* Each task in a new line */
|
2016-09-22 16:43:19 +02:00
|
|
|
opacity: 0
|
2016-09-22 21:27:15 +02:00
|
|
|
border-radius: 50%
|
|
|
|
width: 16px
|
|
|
|
height: 16px
|
|
|
|
position: relative
|
|
|
|
top: 2px
|
|
|
|
+text-overflow-ellipsis
|
|
|
|
+status-background-color
|
2016-09-22 16:43:19 +02:00
|
|
|
transition: all 150ms ease-in-out
|
|
|
|
|
2016-09-22 17:09:43 +02:00
|
|
|
&.active
|
2016-09-22 19:14:58 +02:00
|
|
|
opacity: 1
|
2016-09-22 21:27:15 +02:00
|
|
|
border-radius: 3px
|
|
|
|
|
|
|
|
&.task-add
|
|
|
|
width: auto
|
|
|
|
border-radius: initial
|
2016-09-22 17:09:43 +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
|
2016-09-23 14:06:11 +02:00
|
|
|
|
|
|
|
.attract-form span.shot_id
|
|
|
|
float: right
|