1
0

Added task overview

This commit is contained in:
kolaente
2018-11-06 15:54:25 +01:00
parent d27b5d6870
commit 23dc41b501
3 changed files with 91 additions and 47 deletions

View File

@ -270,47 +270,4 @@
}
}
}
</script>
<style scoped lang="scss">
.tasks {
margin-top: 1rem;
padding: 0;
.task {
display: block;
padding: 0.5rem 1rem;
border-bottom: 1px solid darken(#fff, 10%);
label{
width: 96%;
display: inline-block;
cursor: pointer;
}
input[type="checkbox"] {
vertical-align: middle;
}
.settings{
float: right;
width: 4%;
cursor: pointer;
}
}
.task:last-child {
border-bottom: none;
}
}
.taskedit{
min-height: calc(100% - 1rem);
margin-top: 1rem;
}
.settings{
float: right;
color: rgb(74, 74, 74);
}
</style>
</script>