Added icons for ledger

This commit is contained in:
Bryce Covert
2019-04-12 07:33:03 -07:00
parent 26de6cf486
commit 0f43d76924
8 changed files with 29 additions and 9 deletions

View File

@@ -13,7 +13,7 @@
[:li.menu-item
[:a.item {:href (bidi/path-for routes/routes :ledger)
:class [(active-when ap = :ledger)]}
[:span {:class "icon icon-accounting-invoice-mail" :style {:font-size "25px"}}]
[:span {:class "icon icon-receipt" :style {:font-size "25px"}}]
[:span {:class "name"} "Register"]]]
[:li.menu-item
[:a.item {:href (bidi/path-for routes/routes :profit-and-loss)
@@ -26,7 +26,7 @@
[:a.item {:href (bidi/path-for routes/routes :balance-sheet)
:class [(active-when ap = :balance-sheet)]}
[:span {:class "icon icon-bin-2" :style {:font-size "25px"}}]
[:span {:class "icon icon-accounting-abacus" :style {:font-size "25px"}}]
[:span {:class "name"} "Balance Sheet"]]]
]]))