finish create issue with labels
This commit is contained in:
parent
17de3ab0a3
commit
922f3f3062
9 changed files with 160 additions and 41 deletions
|
@ -102,7 +102,7 @@ footer {
|
|||
}
|
||||
|
||||
.hide {
|
||||
display: none;
|
||||
display: none!important;
|
||||
}
|
||||
.center {
|
||||
text-align: center;
|
||||
|
|
|
@ -29,6 +29,22 @@
|
|||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
.metas .ui.list {
|
||||
.label.color {
|
||||
padding: 0 8px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
a {
|
||||
padding-top: 5px;
|
||||
padding-right: 10px;
|
||||
.text {
|
||||
color: #444;
|
||||
&:hover {
|
||||
color: #000;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.filter.menu {
|
||||
.label.color {
|
||||
margin-left: 15px;
|
||||
|
@ -91,6 +107,10 @@
|
|||
.comment.form {
|
||||
.metas {
|
||||
min-width: 220px;
|
||||
.filter.menu {
|
||||
max-height: 300px;
|
||||
overflow-x: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue