Toujours sur le design de la page des recettes

This commit is contained in:
2021-04-30 18:08:51 +02:00
parent 42114e640d
commit 651789bce0
3 changed files with 41 additions and 7 deletions

View File

@@ -10,4 +10,10 @@ return array(
'Quantity' => 'Quantité',
'Summary' => 'Description de la recette',
'Other ingredients' => 'Ingrédients supplémentaires',
'Ingredient' => 'Ingrédient',
'Ingredients' => 'Ingrédients',
'Ingredients from us' => 'Ce que vous pouvez trouver chez nous :',
'Additional ingredients' => 'Vous aurez également besoin de :',
'Quantity needed' => 'Quantité nécessaire',
'Add to cart' => 'Ajouter à mon panier',
);

View File

@@ -19,12 +19,14 @@ div.entete {
div.entete img {
width: 30px;
padding-right: 10px;
padding: 0 10px 0 5px;
}
div.entete span {
display: flex;
margin-right: 40px;
padding: 10px 10px;
color: white;
vertical-align: center;
}
div.entete span b {
color: #0e0e0e;
@@ -32,4 +34,28 @@ div.entete span b {
.photo-principale img {
width: 250px;
box-shadow: 10px 10px 15px gray;
}
border-radius: 5px;
}
.recette-titre {
font-weight: 900;
font-size: 22px;
color: #95c11e;
}
.recette-soustitre {
font-weight: 400;
font-size: 18px;
}
.recette-summary {
font-size: 18px;
font-style: italic;
margin: 15px 0 45px 0;
}
.table-ingredients {
width: 90%;
}
.table-ingredients th,
.table-ingredients td {
text-align: center;
}