
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>
28 lines
328 B
SCSS
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;
|
|
}
|
|
|