Recipe edit (WIP): all form fields are now saved

This commit is contained in:
Greg Burri 2024-12-27 00:39:23 +01:00
parent 07b7ff425e
commit 6876a254e1
12 changed files with 563 additions and 210 deletions

View file

@ -53,7 +53,7 @@ body {
font-family: Fira Code, Helvetica Neue, Helvetica, Arial, sans-serif;
text-shadow: 2px 2px 2px rgb(0, 0, 0);
// line-height: 18px;
color: rgb(255, 255, 255);
color: lighten($primary, 60%);
background-color: $background;
margin: 0px;
@ -63,7 +63,7 @@ body {
.recipe-item-current {
padding: 3px;
border: 1px solid white;
border: 1px solid lighten($primary, 30%);
}
.header-container {
@ -87,7 +87,7 @@ body {
flex-grow: 1;
background-color: $background-container;
border: 0.1em solid white;
border: 0.1em solid lighten($primary, 50%);
padding: 0.5em;
h1 {
@ -95,15 +95,15 @@ body {
}
.group {
border: 0.1em solid white;
border: 0.1em solid lighten($primary, 30%);
}
.step {
border: 0.1em solid white;
border: 0.1em solid lighten($primary, 30%);
}
.ingredient {
border: 0.1em solid white;
border: 0.1em solid lighten($primary, 30%);
}
#hidden-templates {