feat(ui): Show inventory details if they exist

!8 closes #2
This commit is contained in:
2024-05-20 16:45:32 +09:30
parent c52fd0802e
commit e93ce07d88
14 changed files with 295 additions and 43 deletions

View File

@ -54,6 +54,33 @@ span.icon-text {
display: inline-block;
}
span.icon-text a {
text-decoration: unset;
color: inherit;
}
span.icon-text a:visited {
text-decoration: unset;
color: inherit;
}
span.add {
color: #315f9c;
}
span.icon-add {
fill: #315f9c;
height: 30px;
line-height: 30px;
margin: 0px;
margin-bottom: -7px;
padding: 0px;
vertical-align: middle;
display: inline-block;
}
span.success {
color: #319c3a;
}
@ -69,7 +96,6 @@ span.icon-success {
display: inline-block;
}
span.cross {
color: #9c3131;
}
@ -101,9 +127,9 @@ span.icon-change {
}
/* span.issue {
span.issue {
color: #fc6d26;
} */
}
span.icon-issue {
fill: #fc6d26;