feat(core): add ticket status badge

ref: #250 #96 #93 #95 #90 #263
This commit is contained in:
2024-09-03 17:50:41 +09:30
parent f6dd5a3156
commit 754c311580
6 changed files with 54 additions and 3 deletions

View File

@ -1,4 +1,36 @@
#badge {
display: table;
padding: 0px 5px 0px 0px;
margin: 0px;
border: 1px solid #ccc;
border-radius: 15px;
}
#badge #text {
display: inline-block;
vertical-align: middle;
margin: 0px;
padding: 0px;
padding-left: 5px;
}
#badge #icon {
display: inline-block;
width: 20px;
vertical-align: middle;
padding: 0px;
margin: 0px;
}
#badge .icon svg{
display: inline;
width: 20px;
height: 30px;
}
#linked-tickets {
display: table;
padding: 0px;