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/labels.scss

18 lines
223 B
SCSS
Raw Normal View History

2019-03-07 19:48:40 +00: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 19:48:40 +00:00
}
}
}