Files
attract/src/styles/_shots.sass

38 lines
820 B
Sass
Raw Normal View History

.item-list.shot
.table
.table-body
.table-row
&.not-in-edit
+stripes(rgba($color-background, .1), rgba($color-background, .5), 90deg, 28px)
2016-11-04 11:42:34 +01:00
.table-cell
&.item-name a
color: $color-text-dark-secondary
2016-11-04 11:42:34 +01:00
&.item-status
opacity: .2
2016-11-04 11:42:34 +01:00
2016-11-09 23:59:02 +01:00
&.task-type
.task-link
&:before
opacity: .3
background: transparent
border: 2px solid $color-text-dark-secondary
2016-11-04 11:42:34 +01:00
&.item-thumbnail img
opacity: .5
&.active
+stripes(white, rgba($color-background-active, .8), 90deg, 28px)
2016-09-26 15:58:08 +02:00
&:hover, &.active
.table-cell
&.item-thumbnail img
opacity: 1
&.task-type .task-link
@include status-color-property(background-color, ':before', '')
2016-09-26 15:58:08 +02:00
&:before
opacity: 1
border: none