Recipe edit (WIP): forms to edit groups, steps and ingredients

This commit is contained in:
Greg Burri 2024-12-26 01:39:07 +01:00
parent dd05a673d9
commit 07b7ff425e
25 changed files with 881 additions and 203 deletions

View file

@ -93,6 +93,22 @@ body {
h1 {
text-align: center;
}
.group {
border: 0.1em solid white;
}
.step {
border: 0.1em solid white;
}
.ingredient {
border: 0.1em solid white;
}
#hidden-templates {
display: none;
}
}
form {