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

23 lines
274 B
SCSS
Raw Normal View History

2019-03-07 19:48:40 +00:00
.labels-list {
a, a:hover {
2019-03-07 19:48:40 +00:00
text-decoration: none;
}
.tag {
2019-03-07 19:48:40 +00:00
margin: 0.5em;
background: darken($background, 5);
&.disabled {
2019-03-07 19:48:40 +00:00
opacity: 0.7;
&, a {
cursor: default;
}
2019-03-07 19:48:40 +00:00
}
}
2019-12-19 22:09:23 +00:00
}
.tasks .task span.tag span {
width: auto;
}