From b042ab72cd181004c29160f5782dfad7a482f37f Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Wed, 13 Jan 2021 12:29:23 +0100 Subject: [PATCH] wip step design --- vue/src/apps/RecipeView/RecipeView.vue | 12 +++-- vue/src/components/Ingredient.vue | 2 - vue/src/components/Step.vue | 66 ++++++++++++++++++-------- vue/webpack-stats.json | 2 +- 4 files changed, 55 insertions(+), 27 deletions(-) diff --git a/vue/src/apps/RecipeView/RecipeView.vue b/vue/src/apps/RecipeView/RecipeView.vue index 0292b3a16..fa5bc5cd4 100644 --- a/vue/src/apps/RecipeView/RecipeView.vue +++ b/vue/src/apps/RecipeView/RecipeView.vue @@ -77,11 +77,13 @@
-
-
- -
-
+ + +
diff --git a/vue/src/components/Ingredient.vue b/vue/src/components/Ingredient.vue index 084694e48..cdafcbf5f 100644 --- a/vue/src/components/Ingredient.vue +++ b/vue/src/components/Ingredient.vue @@ -1,5 +1,4 @@