1
0

feat: divide most tasks.scss styles into components

- ShowTasks.vue
- List.vue
- defer-task.vue
- edit-task.vue
- Kanban.vue, relatedTasks.vue and singleTaskInView.vue
This commit is contained in:
Dominik Pschenitschni
2021-10-18 14:22:47 +02:00
parent e0fd5f8fe0
commit 14dd49e4b0
9 changed files with 498 additions and 457 deletions

View File

@ -254,3 +254,30 @@ export default {
},
}
</script>
<style lang="scss" scoped>
.show-tasks {
h3 {
text-align: left;
&.nothing {
text-align: center;
margin-top: 3rem;
}
.input {
width: 190px;
vertical-align: middle;
margin: .5rem 0;
}
}
img {
margin-top: 2rem;
}
.user img {
margin: 0;
}
}
</style>