CSS: Move tasks into _tasks

This commit is contained in:
2016-09-21 19:38:46 +02:00
parent 578f698240
commit 7d64e8bf4e
2 changed files with 2 additions and 4 deletions

View File

@@ -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

View File

@@ -3,3 +3,4 @@
@import _utils @import _utils
@import _base @import _base
@import _tasks