Add transaction page and styling for page layout.

This commit is contained in:
Spencer Ofwiti
2020-11-04 15:36:30 +03:00
parent cbe51520fa
commit b9734e60ad
37 changed files with 942 additions and 536 deletions

View File

@@ -0,0 +1,11 @@
<!-- Topbar Start -->
<nav class="navbar navbar-expand-lg navbar-light bg-light sticky-top">
<div class="container-fluid">
<button type="button" id="sidebarCollapse" class="navbar-btn menutoggle" appMenuToggle>
<span></span>
<span></span>
<span></span>
</button>
</div>
</nav>
<!-- end Topbar -->