Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Blizzard Blast
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Martina Therese R. Reyes
Blizzard Blast
Commits
5c38d050
Commit
5c38d050
authored
Dec 29, 2021
by
Martina Therese R. Reyes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modified the filteredviews of base flavors and add-ons
parent
09ec4791
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
styles.css
blizzardblast/static/css/styles.css
+5
-0
addons_ingredient.html
...zardblast/templates/filtered_views/addons_ingredient.html
+1
-1
baseFlavors.html
blizzardblast/templates/filtered_views/baseFlavors.html
+1
-1
No files found.
blizzardblast/static/css/styles.css
View file @
5c38d050
...
@@ -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
;
...
...
blizzardblast/templates/filtered_views/addons_ingredient.html
View file @
5c38d050
...
@@ -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>
...
...
blizzardblast/templates/filtered_views/baseFlavors.html
View file @
5c38d050
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment