Modified the filteredviews of base flavors and add-ons

parent 09ec4791
...@@ -146,6 +146,11 @@ header { ...@@ -146,6 +146,11 @@ header {
justify-content: center; justify-content: center;
} }
.inventory {
display: flex;
justify-content: center;
}
.order-button { .order-button {
border:none; border:none;
padding: 1rem 3rem; padding: 1rem 3rem;
......
...@@ -10,11 +10,11 @@ ...@@ -10,11 +10,11 @@
<div class="title-area"> <div class="title-area">
<h1 class='view-title'>Inventory</h1> <h1 class='view-title'>Inventory</h1>
<h3 class='view-subtitle'>Ingredients (Add Ons)</h3> <h3 class='view-subtitle'>Ingredients (Add Ons)</h3>
<button class="loadresults inventory"><a href="{% url 'inventory' %}">Show Inventory</a></button>
</div> </div>
<div class="inventory buttonpanel"> <div class="inventory buttonpanel">
<button class="loadresults inventory"><a href="{% url 'inventory' %}">Show Inventory</a></button>
<button class="add ingredient"><a href="{% url 'addingredient' %}">Add Ingredient</a></button> <button class="add ingredient"><a href="{% url 'addingredient' %}">Add Ingredient</a></button>
</div> </div>
......
...@@ -10,10 +10,10 @@ ...@@ -10,10 +10,10 @@
<div class="title-area"> <div class="title-area">
<h1 class='view-title'>Inventory</h1> <h1 class='view-title'>Inventory</h1>
<h3 class='view-subtitle'>Base Flavors</h3> <h3 class='view-subtitle'>Base Flavors</h3>
<button class="loadresults inventory"><a href="{% url 'inventory' %}">Show Inventory</a></button>
</div> </div>
<div class="inventory buttonpanel"> <div class="inventory buttonpanel">
<button class="loadresults inventory"><a href="{% url 'inventory' %}">Show Inventory</a></button>
<button class="add BaseFlavor"><a href="{% url 'addBaseFlavor' %}">Add Base Flavor</a></button> <button class="add BaseFlavor"><a href="{% url 'addBaseFlavor' %}">Add Base Flavor</a></button>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment