Major changes to the structure of pages to utilize the flex layout system.

This commit is contained in:
Wynne Crisman
2016-11-19 19:39:02 -08:00
parent 46ef9680c3
commit 4315418aa1
64 changed files with 3590 additions and 16015 deletions

14
public/admin/menu.html Normal file
View File

@@ -0,0 +1,14 @@
<div id="menu" class="page">
<a class="option" href="#!/sales">
<i class="fa fa-usd"></i>
<p>Sales</p>
</a>
<a class="option" href="#!/items">
<i class="fa fa-sitemap"></i>
<p>Items</p>
</a>
<a class="option" href="#!/configMenu">
<i class="fa fa-cog"></i>
<p>Settings</p>
</a>
</div>