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
konrad 9c66a7570a
All checks were successful
continuous-integration/drone/push Build is passing
Reorganize Styles (#45)
2019-12-19 22:09:23 +00:00

23 lines
271 B
SCSS

.labels-list {
a, a:hover{
text-decoration: none;
}
.tag{
margin: 0.5em;
background: darken($background, 5);
&.disabled{
opacity: 0.7;
&, a {
cursor: default;
}
}
}
}
.tasks .task span.tag span {
width: auto;
}