|
|
@@ -211,13 +211,13 @@
|
|
|
<h1 class="strandTitle">RECIPE BOOK</h1>
|
|
|
|
|
|
<% if(merchant.pos === "none"){ %>
|
|
|
- <button class="button" onclick="newRecipeComp.display()">NEW</button>
|
|
|
+ <button class="button mobileHide" onclick="newRecipeComp.display()">NEW</button>
|
|
|
<% } %>
|
|
|
</div>
|
|
|
|
|
|
<div class="searchBar">
|
|
|
<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>
|
|
|
<line x1="21" y1="21" x2="16.65" y2="16.65"></line>
|
|
|
</svg>
|