vikunja-frontend/src/styles/components/labels.scss

23 lines
271 B
SCSS
Raw Normal View History

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