2018-12-25 16:03:51 +01:00
|
|
|
.settings{
|
|
|
|
float: right;
|
|
|
|
color: rgb(74, 74, 74);
|
|
|
|
}
|
|
|
|
|
|
|
|
.tasks {
|
|
|
|
margin-top: 1rem;
|
|
|
|
padding: 0;
|
|
|
|
text-align: left;
|
|
|
|
max-width: 80vw;
|
|
|
|
|
|
|
|
@media screen and (min-width: $tablet) {
|
|
|
|
&.short {
|
|
|
|
max-width: 53vw;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (max-width: $tablet) {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.noborder{
|
|
|
|
margin: 1rem -0.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.task {
|
|
|
|
display: block;
|
|
|
|
padding: 0.5rem 1rem;
|
|
|
|
border-bottom: 1px solid darken(#fff, 10%);
|
|
|
|
|
2019-11-24 14:16:24 +01:00
|
|
|
span:not(.tag) {
|
2019-12-19 23:09:23 +01:00
|
|
|
width: calc(100% - 40px);
|
2018-12-25 16:03:51 +01:00
|
|
|
display: inline-block;
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
.tasktext {
|
|
|
|
vertical-align: top;
|
|
|
|
white-space: nowrap;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
overflow: hidden;
|
|
|
|
display: inline-block;
|
|
|
|
width: 94%;
|
|
|
|
|
|
|
|
@media screen and (max-width: $tablet) {
|
|
|
|
width: 89%;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.done{
|
|
|
|
text-decoration: line-through;
|
|
|
|
color: $grey;
|
|
|
|
}
|
2018-12-26 10:13:23 +01:00
|
|
|
|
|
|
|
.overdue{
|
|
|
|
color: $red;
|
|
|
|
}
|
2018-12-25 16:03:51 +01:00
|
|
|
}
|
2019-03-03 16:03:08 +01:00
|
|
|
|
2019-04-29 23:41:39 +02:00
|
|
|
.tag {
|
|
|
|
margin: 0 0.5em;
|
|
|
|
}
|
2019-06-06 12:52:05 +02:00
|
|
|
|
|
|
|
.avatar {
|
|
|
|
border-radius: 50%;
|
|
|
|
vertical-align: bottom;
|
|
|
|
margin-left: 5px;
|
|
|
|
height: 27px;
|
|
|
|
width: 27px;
|
|
|
|
}
|
2019-10-28 22:45:37 +01:00
|
|
|
|
2019-11-24 14:16:24 +01:00
|
|
|
a {
|
|
|
|
color: $text;
|
|
|
|
transition: color ease $transition-duration;
|
2019-03-03 16:03:08 +01:00
|
|
|
|
2019-11-24 14:16:24 +01:00
|
|
|
&:hover {
|
|
|
|
color: darken($text, 40%);
|
|
|
|
}
|
2019-03-03 16:03:08 +01:00
|
|
|
}
|
2019-11-24 14:16:24 +01:00
|
|
|
}
|
2019-03-07 20:48:40 +01:00
|
|
|
|
2019-12-18 19:55:28 +01:00
|
|
|
span.parent-tasks {
|
|
|
|
color: lighten($dark, 50);
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
2019-11-24 14:16:24 +01:00
|
|
|
.remove {
|
|
|
|
color: $red;
|
2018-12-25 16:03:51 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
input[type="checkbox"] {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
.settings{
|
|
|
|
float: right;
|
2019-12-19 23:09:23 +01:00
|
|
|
width: 24px;
|
2018-12-25 16:03:51 +01:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.task:last-child {
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.taskedit{
|
|
|
|
min-height: calc(100% - 1rem);
|
|
|
|
margin-top: 1rem;
|
|
|
|
|
2019-03-03 16:03:08 +01:00
|
|
|
|
|
|
|
.priority-select{
|
|
|
|
.select, select{
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
2019-03-03 21:07:39 +01:00
|
|
|
|
|
|
|
ul.assingees {
|
|
|
|
list-style: none;
|
|
|
|
margin: 0;
|
|
|
|
|
|
|
|
li{
|
|
|
|
padding: 0.5em 0.5em 0;
|
|
|
|
|
|
|
|
a{
|
|
|
|
float: right;
|
|
|
|
color: $red;
|
|
|
|
transition: all $transition;
|
|
|
|
|
|
|
|
&:hover{
|
|
|
|
color: darken($red, 15);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2019-03-07 20:48:40 +01:00
|
|
|
|
|
|
|
.tag{
|
|
|
|
margin-right: 0.5em;
|
|
|
|
margin-bottom: 0.5em;
|
|
|
|
|
|
|
|
&:last-child{
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
}
|
2019-11-24 14:16:24 +01:00
|
|
|
}
|
|
|
|
|