v2 - suppression et sauvegarde

This commit is contained in:
2024-08-24 12:00:31 +02:00
parent ceee8c8174
commit ee90aa3936
2 changed files with 39 additions and 3 deletions

View File

@ -1,4 +1,14 @@
.completed {
opacity: .5;
text-decoration: line-through;
}
}
.delete {
padding: 5px 10px;
font-size: 12px;
height: 30px;
width: auto;
color: red;
background-color: transparent;
border: none;
}