Recipe edit (WIP): forms to edit groups, steps and ingredients
This commit is contained in:
parent
dd05a673d9
commit
07b7ff425e
25 changed files with 881 additions and 203 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue