CSS: Move tasks into _tasks
This commit is contained in:
@@ -1,6 +1,3 @@
|
|||||||
@import _config
|
|
||||||
@import _utils
|
|
||||||
|
|
||||||
#task-view
|
#task-view
|
||||||
margin: 10px
|
margin: 10px
|
||||||
padding: 0 10px 10px
|
padding: 0 10px 10px
|
||||||
@@ -56,9 +53,9 @@
|
|||||||
text-decoration: none
|
text-decoration: none
|
||||||
|
|
||||||
.type
|
.type
|
||||||
|
margin-left: auto
|
||||||
color: $color-text-dark-primary
|
color: $color-text-dark-primary
|
||||||
.status
|
.status
|
||||||
margin-left: auto
|
|
||||||
|
|
||||||
.name
|
.name
|
||||||
margin: 10px
|
margin: 10px
|
@@ -3,3 +3,4 @@
|
|||||||
@import _utils
|
@import _utils
|
||||||
|
|
||||||
@import _base
|
@import _base
|
||||||
|
@import _tasks
|
||||||
|
Reference in New Issue
Block a user