mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 12:35:07 +00:00
srcn
This commit is contained in:
parent
67380b0543
commit
0fc689daed
|
@ -32,28 +32,6 @@ export class FuseNavigation
|
||||||
'icon' : 'today',
|
'icon' : 'today',
|
||||||
'url' : '/apps/calendar'
|
'url' : '/apps/calendar'
|
||||||
},
|
},
|
||||||
{
|
|
||||||
'title' : 'Ecommerce',
|
|
||||||
'type' : 'nav-collapse',
|
|
||||||
'icon' : 'shopping_cart',
|
|
||||||
'children': [
|
|
||||||
{
|
|
||||||
'title': 'Products',
|
|
||||||
'type' : 'nav-item',
|
|
||||||
'url' : '/apps/e-commerce/products'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
'title': 'Product',
|
|
||||||
'type' : 'nav-item',
|
|
||||||
'url' : '/apps/e-commerce/product'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
'title': 'Orders',
|
|
||||||
'type' : 'nav-item',
|
|
||||||
'url' : '/apps/e-commerce/orders'
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
'title': 'Mail',
|
'title': 'Mail',
|
||||||
'type' : 'nav-item',
|
'type' : 'nav-item',
|
||||||
|
@ -153,6 +131,23 @@ export class FuseNavigation
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
'title' : 'Invoice',
|
||||||
|
'type' : 'nav-collapse',
|
||||||
|
'icon' : 'receipt',
|
||||||
|
'children': [
|
||||||
|
{
|
||||||
|
'title': 'Modern',
|
||||||
|
'type' : 'nav-item',
|
||||||
|
'url' : '/pages/invoice/modern'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'title': 'Classic',
|
||||||
|
'type' : 'nav-item',
|
||||||
|
'url' : '/pages/invoice/classic'
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
'title': 'Maintenance',
|
'title': 'Maintenance',
|
||||||
'type' : 'nav-item',
|
'type' : 'nav-item',
|
||||||
|
|
|
@ -82,7 +82,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.contact-mood {
|
.contact-mood {
|
||||||
|
line-height: normal;
|
||||||
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.unread-message-count {
|
.unread-message-count {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user