add way of removing a goal (#88)
All checks were successful
Backend Deploy / build (push) Successful in 34s
Backend Build and Test / build (push) Successful in 3m5s

closes #66

Reviewed-on: #88
This commit was merged in pull request #88.
This commit is contained in:
2025-05-26 10:04:57 +02:00
parent e7b4adfa95
commit 63982115a7
4 changed files with 21 additions and 0 deletions

View File

@@ -2,6 +2,13 @@
display: flex;
}
.remove-button {
background-color: var(--ion-color-primary);
margin-right: 15px;
width: 100px;
margin-bottom: 0;
}
form {
height: 100%;
}