diff --git a/Views/recipe/edit.php b/Views/recipe/edit.php index a9e6cd4..7cc025e 100644 --- a/Views/recipe/edit.php +++ b/Views/recipe/edit.php @@ -23,7 +23,8 @@ if ($O_recipe === null) {
- Retour +
+ ← Retour diff --git a/static/style.css b/static/style.css index 48f69bb..b9d0fb9 100644 --- a/static/style.css +++ b/static/style.css @@ -497,6 +497,15 @@ main.editRecipe, main.manageUser { margin-left: auto; margin-right: auto; } +main.editRecipe > a.backButton { + background: var(--principal-neutral); + color: var(--secondary-pastel); + text-decoration: none; + margin-top: var(--size-max); + padding: var(--size-m); + border-radius: var(--border-radius); + box-shadow: var(--shadow); +} main.editRecipe > form { display: flex; flex-direction: column;