Recettes : on finalise la fonction d'impression de la recette

This commit is contained in:
2021-05-05 22:37:10 +02:00
parent 347fbf2d77
commit db09da198a
3 changed files with 37 additions and 23 deletions

View File

@@ -18,4 +18,5 @@ return array(
'Quantity proposed' => 'Quantité proposée',
'Select' => 'Sélectionner',
'Add to cart' => 'Ajouter ces produits au panier',
'Print recipe' => 'Imprimer la recette',
);

View File

@@ -80,5 +80,16 @@ div.entete span b {
font-weight: bold;
}
.bouton-imprimer {
margin: 20px 0;
text-align: center;
}
}
@media print {
.footer-block,
header,
.nav-breadcrumb,
.table-ingredients tr:last-of-type,
#tarteaucitronAlertBig {
display: none !important;
}
}