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/labels.scss
dpschen 5dcb1dd449
Some checks failed
continuous-integration/drone/push Build is failing
feature/move-styles-to-components (#874)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: #874
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
2021-10-21 19:11:17 +00:00

30 lines
437 B
SCSS

// FIXME: adapt lables.vue so that it can be used for this aswell
.labels-list {
a, a:hover {
text-decoration: none;
}
.tag {
margin: .5rem 0 .5rem .5rem;
background: $grey-200;
// FIXME: only used in ListLabels.vue
&.disabled {
opacity: 0.7;
&, a {
cursor: default;
}
}
}
.multiselect .tag {
margin: 0 0 0 .5rem;
}
}
.tasks .task span.tag span {
width: auto;
}