|
@@ -83,6 +83,12 @@
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<div id="mobileMenuSelector" class="mobileMenuSelector" onclick="openMenu()">≡</div>
|
|
<div id="mobileMenuSelector" class="mobileMenuSelector" onclick="openMenu()">≡</div>
|
|
|
|
|
+ <button id="sidebarCloser" style="display: none;" onclick="closeSidebar()">
|
|
|
|
|
+ <svg width="30" height="30" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
|
|
|
+ <line x1="18" y1="6" x2="6" y2="18"></line>
|
|
|
|
|
+ <line x1="6" y1="6" x2="18" y2="18"></line>
|
|
|
|
|
+ </svg>
|
|
|
|
|
+ </button>
|
|
|
|
|
|
|
|
<div class="contentBlock">
|
|
<div class="contentBlock">
|
|
|
<% include ../shared/banner %>
|
|
<% include ../shared/banner %>
|
|
@@ -143,12 +149,12 @@
|
|
|
<div class="strandHead">
|
|
<div class="strandHead">
|
|
|
<h1 class="strandTitle">INGREDIENT INVENTORY</h1>
|
|
<h1 class="strandTitle">INGREDIENT INVENTORY</h1>
|
|
|
|
|
|
|
|
- <button class="button" onclick="addIngredientsComp.display()">NEW</button>
|
|
|
|
|
|
|
+ <button class="button mobileHide" onclick="addIngredientsComp.display()">NEW</button>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<div class="searchBar">
|
|
<div class="searchBar">
|
|
|
<div class="searchAndIcon">
|
|
<div class="searchAndIcon">
|
|
|
- <svg width="30" height="30" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
|
|
|
|
|
+ <svg class="mobileHide" width="30" height="30" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
|
<circle cx="11" cy="11" r="8"></circle>
|
|
<circle cx="11" cy="11" r="8"></circle>
|
|
|
<line x1="21" y1="21" x2="16.65" y2="16.65"></line>
|
|
<line x1="21" y1="21" x2="16.65" y2="16.65"></line>
|
|
|
</svg>
|
|
</svg>
|
|
@@ -163,7 +169,7 @@
|
|
|
</svg>
|
|
</svg>
|
|
|
</button>
|
|
</button>
|
|
|
|
|
|
|
|
- <select id="ingredientSelect" onchange="ingredientsStrandObj.sort(this.value)">Sort Bys:
|
|
|
|
|
|
|
+ <select id="ingredientSelect" class="mobileHide" onchange="ingredientsStrandObj.sort(this.value)">Sort Bys:
|
|
|
<option value="" selected disabled>Sort By:</option>
|
|
<option value="" selected disabled>Sort By:</option>
|
|
|
<option value="_name">Ingredient</option>
|
|
<option value="_name">Ingredient</option>
|
|
|
<option value="category">Category</option>
|
|
<option value="category">Category</option>
|
|
@@ -193,7 +199,7 @@
|
|
|
<div class="ingredient">
|
|
<div class="ingredient">
|
|
|
<p></p>
|
|
<p></p>
|
|
|
|
|
|
|
|
- <hr class="ingredientSpacer">
|
|
|
|
|
|
|
+ <hr class="ingredientSpacer mobileHide">
|
|
|
|
|
|
|
|
<p></p>
|
|
<p></p>
|
|
|
</div>
|
|
</div>
|