Add a calendar to schedule a recipe to a chosen date (WIP)

This commit is contained in:
Greg Burri 2025-01-23 03:01:15 +01:00
parent d9449de02b
commit 9d3f9e9c60
15 changed files with 441 additions and 62 deletions

View file

@ -1,5 +1,6 @@
@use 'toast.scss';
@use 'modal-dialog.scss';
@use 'calendar.scss';
$color-1: #B29B89;
$color-2: #89B29B;
@ -123,6 +124,10 @@ body {
h1 {
text-align: center;
}
#hidden-templates {
display: none;
}
}
#recipe-edit {
@ -163,10 +168,6 @@ body {
background-color: red;
}
}
#hidden-templates {
display: none;
}
}
form {