vikunja-frontend/src/styles/components/taskRelations.scss
2020-06-21 18:09:15 +02:00

39 lines
No EOL
509 B
SCSS

.task-relations {
padding-bottom: 1em;
&.is-narrow .columns {
display: block;
.column {
width: 100%;
}
}
.related-tasks {
margin-bottom: .75em;
.title {
font-size: 1em;
margin: 0;
}
.tasks {
margin: 0;
.task {
padding: .5em;
max-width: 100%;
.different-list {
color: lighten($dark, 50);
width: auto;
}
}
}
}
.none {
font-style: italic;
text-align: center;
}
}