1
0
konrad d1a2eefca6 Improve consistency of the layout (#386)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/386
Co-authored-by: konrad <konrad@kola-entertainments.de>
Co-committed-by: konrad <konrad@kola-entertainments.de>
2021-01-23 17:18:09 +00:00

28 lines
328 B
SCSS

.labels-list {
a, a:hover {
text-decoration: none;
}
.tag {
margin: .5rem 0 .5rem .5rem;
background: $grey-200;
&.disabled {
opacity: 0.7;
&, a {
cursor: default;
}
}
}
.multiselect .tag {
margin: 0 0 0 .5rem;
}
}
.tasks .task span.tag span {
width: auto;
}