Files
attract/src/styles/_shots.sass

47 lines
760 B
Sass
Raw Normal View History

.table
.table-head
.table-cell
2016-09-22 16:43:19 +02:00
text-align: center
&.shot-thumbnail
width: $shots-list-thumbnail-width
&.task-type
text-transform: capitalize
span.collapser
cursor: pointer
2016-09-22 16:43:19 +02:00
width: 100%
display: inline-block
padding: 5px
.table-body
display: table-row-group
.table-cell
2016-09-22 16:43:19 +02:00
text-align: center
&.shot-name
2016-09-22 16:43:19 +02:00
padding: 0 10px
text-align: left
&.task-type
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 16:43:19 +02:00
a[class^="status-"]
opacity: 1
2016-09-22 16:43:19 +02:00
&:hover
a
opacity: 1