Tweaks to flash-on/off

This commit is contained in:
2016-09-22 16:43:19 +02:00
parent 4b9b53a53c
commit e2db647c20
7 changed files with 86 additions and 18 deletions

View File

@@ -1,6 +1,8 @@
.table
.table-head
.table-cell
text-align: center
&.shot-thumbnail
width: $shots-list-thumbnail-width
@@ -9,19 +11,36 @@
span.collapser
cursor: pointer
width: 100%
display: inline-block
padding: 5px
.table-body
display: table-row-group
.table-cell
text-align: center
&.shot-name
padding-left: 10px
padding: 0 10px
text-align: left
&.task-type
max-width: 120px
+text-overflow-ellipsis
/* Each task in a new line */
a
display: block
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
a[class^="status-"]
opacity: 1
&:hover
a
opacity: 1