This repository has been archived on 2024-02-08. You can view files and clone it, but cannot push or open issues or pull requests.
frontend/src/styles/components/taskRelations.scss
kolaente e586c66095
All checks were successful
continuous-integration/drone/push Build is passing
Fix new related task not being visible in the search field
2020-03-04 20:38:17 +01:00

33 lines
387 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;
}
}
}
.none {
font-style: italic;
text-align: center;
}
}