Added method for delete item in collection

This commit is contained in:
Damien Broqua 2022-02-20 21:52:47 +01:00
parent 8b3719c332
commit fdf812f6a7
5 changed files with 103 additions and 63 deletions

View file

@ -34,6 +34,15 @@
.title {
font-weight: 800;
font-size: 1.4rem;
.icon {
cursor: pointer;
color: #f14668;
&:hover {
color: #f03a5f;
}
}
}
.grid {