Add multiclassing

Changes:
 + add multiclassing option
 + add edit and delete item for class
This commit is contained in:
2024-03-19 20:10:48 +01:00
parent 1a15898ac0
commit 1c21e64d20
5 changed files with 56 additions and 10 deletions
+23
View File
@@ -365,4 +365,27 @@
}
}
}
.chip {
display: inline-block;
padding: 0 25px;
height: 35px;
font-size: 16px;
line-height: 35px;
border-radius: 25px;
background-color: #f1f1f1;
}
.closebtn {
padding-left: 10px;
color: #888;
font-weight: bold;
float: right;
font-size: 20px;
cursor: pointer;
}
.closebtn:hover {
color: #000;
}
}