Added method for delete item in collection
This commit is contained in:
parent
8b3719c332
commit
fdf812f6a7
5 changed files with 103 additions and 63 deletions
|
@ -34,6 +34,15 @@
|
|||
.title {
|
||||
font-weight: 800;
|
||||
font-size: 1.4rem;
|
||||
|
||||
.icon {
|
||||
cursor: pointer;
|
||||
color: #f14668;
|
||||
|
||||
&:hover {
|
||||
color: #f03a5f;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.grid {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue