Minor style tweaks to shots list
This commit is contained in:
@@ -41,7 +41,7 @@
|
|||||||
.table-cell:last-child
|
.table-cell:last-child
|
||||||
box-shadow: inset -5px 0 0 $color-primary
|
box-shadow: inset -5px 0 0 $color-primary
|
||||||
|
|
||||||
@include status-color-property(background-color, ' .shot-status', 'dark')
|
@include status-color-property(background-color, ' .shot-status', '')
|
||||||
|
|
||||||
.table-cell
|
.table-cell
|
||||||
text-align: center
|
text-align: center
|
||||||
|
@@ -64,22 +64,20 @@
|
|||||||
transition: all 100ms ease-in-out
|
transition: all 100ms ease-in-out
|
||||||
|
|
||||||
.task-list-item
|
.task-list-item
|
||||||
border-right: 5px solid transparent
|
color: $color-text-dark
|
||||||
color: $color-primary-dark
|
|
||||||
transition: all 150ms ease-in-out
|
|
||||||
|
|
||||||
&:hover
|
&:hover
|
||||||
text-decoration: none
|
text-decoration: none
|
||||||
color: $color-primary
|
color: $color-primary
|
||||||
|
background-color: $color-background-light
|
||||||
|
|
||||||
.status-indicator
|
.status-indicator
|
||||||
transform: scale(1.1)
|
transform: scale(1.1)
|
||||||
|
|
||||||
&.active
|
&.active
|
||||||
border-color: $color-background-dark
|
|
||||||
border-right-color: $color-primary
|
|
||||||
text-decoration: none
|
text-decoration: none
|
||||||
background-color: $color-background-active
|
background-color: $color-background-active
|
||||||
|
box-shadow: inset -5px 0 0 $color-primary
|
||||||
|
|
||||||
.status-indicator
|
.status-indicator
|
||||||
transform: scale(1.1)
|
transform: scale(1.1)
|
||||||
@@ -100,7 +98,7 @@
|
|||||||
margin: 10px
|
margin: 10px
|
||||||
+text-overflow-ellipsis
|
+text-overflow-ellipsis
|
||||||
|
|
||||||
@include status-color-property(background-color, ' .status-indicator', 'light')
|
@include status-color-property(background-color, ' .status-indicator', '')
|
||||||
|
|
||||||
option.invalid_task
|
option.invalid_task
|
||||||
color: $color-danger
|
color: $color-danger
|
||||||
|
Reference in New Issue
Block a user