|
|
@@ -19,7 +19,7 @@
|
|
|
<input id="newRecipePrice" type="number" step="0.01" min="0">
|
|
|
</label>
|
|
|
|
|
|
- <label># OF INGREDIENTS
|
|
|
+ <label># OF INGREDIENTS:
|
|
|
<input id="ingredientCount" type="number" step="1" min="1">
|
|
|
</label>
|
|
|
</div>
|
|
|
@@ -42,7 +42,7 @@
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
|
- <button id="submitNewRecipe" class="button">CREATE</button>
|
|
|
+ <button id="submitNewRecipe" class="sidebarButton">CREATE</button>
|
|
|
|
|
|
<button id="recipeFileUpload" class="linkButton">Or, upload a spreadsheet</button>
|
|
|
</div>
|