ajout et base du formulaire

This commit is contained in:
2026-04-03 10:23:45 +02:00
parent 0704caa03f
commit a9f310a37f
4 changed files with 109 additions and 9 deletions

View File

@@ -432,25 +432,52 @@ ul {
}
.recette-form {
height: 100%;
width: 100%;
height: 80%;
width: 80%;
margin: 10px;
padding: 10px;
border: 1px solid black;
background: white;
border-radius: 20px;
}
.recette-form-group {
display: flex;
flex-direction: column;
padding: 5px;
}
#recette-form-div-desc {
height: 400px;
height: 300px;
}
#recette-form-description {
height: 95%;
}
.recette-add-form-all {
display: flex;
flex-direction: row;
overflow: hidden;
}
.recette-form-add {
flex: 3;
}
.recette-form-add-ingr {
height: 30%;
}
.recette-form-add-tag {
height: 30%;
}
.recette-form-add-additional{
flex: 1;
padding-right: 10px;
}
/*Footer et son contenue*/
footer{
padding: 25px;