fix: validate duplication

This commit is contained in:
Jannat Patel
2023-06-26 21:16:27 +05:30
parent 8353aa24f3
commit 0e1b91f1ec
8 changed files with 201 additions and 287 deletions

View File

@@ -2195,4 +2195,13 @@ select {
display: grid;
grid-template-columns: repeat(auto-fill, 150px);
grid-gap: 1rem;
}
.btn-remove-course {
opacity: 0;
margin-top: 0.25rem;
}
.btn-remove-course:hover {
opacity: 1;
}