Liste Ingre css base

This commit is contained in:
2026-04-03 14:46:12 +02:00
parent 5e8f23877d
commit 06c606105c
2 changed files with 36 additions and 3 deletions

View File

@@ -292,9 +292,8 @@ ul {
/*image*/
.recette-image {
background-color: red;
aspect-ratio: 1/1;
max-height: calc( 30vh + 30vw );
max-width: calc( 30vh + 30vw );
max-height: calc( 20vh + 20vw );
max-width: calc( 20vh + 20vw );
border: 1px solid white;
border-radius: 30px;
}
@@ -304,6 +303,31 @@ ul {
justify-content: center;
}
.recette-liste-ingr-div {
padding-left: 80px;
width: 100%;
}
.recette-liste-ingr-elem {
display: flex;
padding-left: 50px;
}
.ingr-image-prev {
max-height: 50px;
max-width: 50px;
border: 1px solid black;
border-radius: 10px;
flex: 1;
}
.recette-liste-ingr-elem-nom {
height: 100%;
width: 15%;
line-height: 50px;
}
.recette-div-info {
display: flex;
flex-direction: row;