minor style tweak to tasks list
This commit is contained in:
@@ -68,11 +68,11 @@
|
|||||||
|
|
||||||
&:hover
|
&:hover
|
||||||
text-decoration: none
|
text-decoration: none
|
||||||
color: $color-primary
|
color: $color-text-dark-primary
|
||||||
background-color: $color-background-light
|
background-color: $color-background-light
|
||||||
|
|
||||||
.status-indicator
|
.status-indicator
|
||||||
transform: scale(1.1)
|
transform: scale(1.2)
|
||||||
|
|
||||||
&.active
|
&.active
|
||||||
text-decoration: none
|
text-decoration: none
|
||||||
@@ -80,7 +80,7 @@
|
|||||||
box-shadow: inset -5px 0 0 $color-primary
|
box-shadow: inset -5px 0 0 $color-primary
|
||||||
|
|
||||||
.status-indicator
|
.status-indicator
|
||||||
transform: scale(1.1)
|
transform: scale(1.2)
|
||||||
|
|
||||||
.status, .type
|
.status, .type
|
||||||
display: inline-block
|
display: inline-block
|
||||||
|
Reference in New Issue
Block a user