AP-64 (#86)
Some checks failed
Backend Deploy / build (push) Successful in 23s
Backend Build and Test / build (push) Failing after 2m2s

closes #64

Reviewed-on: #86
This commit is contained in:
2025-05-26 09:10:25 +02:00
parent daebcdeccd
commit 550933db11
15 changed files with 250 additions and 22 deletions

View File

@@ -58,11 +58,10 @@ button {
padding-inline: 30px;
border-radius: 10px;
color: white;
font-size: 16px;
}
button:disabled,
button[disabled]{
button[disabled] {
opacity: 0.5;
}
@@ -127,4 +126,14 @@ button[disabled]{
background-color: var(--legend-color);
border-radius: 20px;
margin-right: 2px;
}
.toolbar {
display: flex;
}
.top-add-button {
background-color: var(--ion-color-primary);
margin-right: 15px;
padding-inline: 15px;
}