From 0fc689daedae08b3fa927bb776b1ac61b838e14f Mon Sep 17 00:00:00 2001 From: Sercan Yemen Date: Mon, 31 Jul 2017 17:35:36 +0300 Subject: [PATCH] srcn --- .../components/navigation/navigation.model.ts | 39 ++++++++----------- .../sidenavs/left/chats/chats.component.scss | 3 +- 2 files changed, 19 insertions(+), 23 deletions(-) diff --git a/src/app/core/components/navigation/navigation.model.ts b/src/app/core/components/navigation/navigation.model.ts index 1ec6d6ee..2a11d038 100644 --- a/src/app/core/components/navigation/navigation.model.ts +++ b/src/app/core/components/navigation/navigation.model.ts @@ -32,28 +32,6 @@ export class FuseNavigation 'icon' : 'today', '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', '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', 'type' : 'nav-item', diff --git a/src/app/main/apps/chat/sidenavs/left/chats/chats.component.scss b/src/app/main/apps/chat/sidenavs/left/chats/chats.component.scss index c2b36587..e8f67bb8 100644 --- a/src/app/main/apps/chat/sidenavs/left/chats/chats.component.scss +++ b/src/app/main/apps/chat/sidenavs/left/chats/chats.component.scss @@ -82,7 +82,8 @@ } .contact-mood { - + line-height: normal; + margin-top: 0; } .unread-message-count {