diff --git a/src/app/pages/dashboard/contacts/contacts.component.html b/src/app/pages/dashboard/contacts/contacts.component.html
index 9d305bdc..df2e510c 100644
--- a/src/app/pages/dashboard/contacts/contacts.component.html
+++ b/src/app/pages/dashboard/contacts/contacts.component.html
@@ -3,7 +3,7 @@
-
+
diff --git a/src/app/pages/dashboard/contacts/contacts.component.scss b/src/app/pages/dashboard/contacts/contacts.component.scss
index 45b286fe..a0b07b66 100644
--- a/src/app/pages/dashboard/contacts/contacts.component.scss
+++ b/src/app/pages/dashboard/contacts/contacts.component.scss
@@ -27,7 +27,7 @@
}
.i-contact {
- font-size: 2.5rem;
+ font-size: 2rem;
cursor: pointer;
}
diff --git a/src/app/pages/dashboard/security-cameras/security-cameras.component.html b/src/app/pages/dashboard/security-cameras/security-cameras.component.html
index 418ab60a..d8a8fd6c 100644
--- a/src/app/pages/dashboard/security-cameras/security-cameras.component.html
+++ b/src/app/pages/dashboard/security-cameras/security-cameras.component.html
@@ -28,16 +28,16 @@
- Pause
+ Pause
- Log View
+ Log View
- Search
+ Search
- Setup
+ Setup
diff --git a/src/app/pages/dashboard/security-cameras/security-cameras.component.scss b/src/app/pages/dashboard/security-cameras/security-cameras.component.scss
index 0bea540e..34ce2deb 100644
--- a/src/app/pages/dashboard/security-cameras/security-cameras.component.scss
+++ b/src/app/pages/dashboard/security-cameras/security-cameras.component.scss
@@ -105,7 +105,7 @@
nb-action {
i {
color: nb-theme(color-fg);
- font-size: 2.5rem;
+ font-size: 2rem;
margin-right: 1rem;
}
diff --git a/src/app/pages/dashboard/temperature/temperature.component.scss b/src/app/pages/dashboard/temperature/temperature.component.scss
index 30404089..1bc620fd 100644
--- a/src/app/pages/dashboard/temperature/temperature.component.scss
+++ b/src/app/pages/dashboard/temperature/temperature.component.scss
@@ -101,10 +101,11 @@
height: 4.5rem;
padding: 0;
margin-bottom: 0;
+ color: nb-theme(color-fg);
&.active {
border-color: nb-theme(color-fg-highlight);
- color: nb-theme(color-success);
+ color: nb-theme(color-fg-highlight);
}
i {
diff --git a/src/app/pages/pages-menu.ts b/src/app/pages/pages-menu.ts
index d73a02bf..32ec13b5 100644
--- a/src/app/pages/pages-menu.ts
+++ b/src/app/pages/pages-menu.ts
@@ -4,7 +4,7 @@ import { List } from 'immutable';
export const MENU_ITEMS: List = List([{
title: 'Dashboard',
- icon: 'ion ion-ios-home-outline',
+ icon: 'nb-home',
link: '/pages/dashboard',
home: true,
}, {
@@ -12,7 +12,7 @@ export const MENU_ITEMS: List = List([{
group: true,
}, {
title: 'UI Features',
- icon: 'ion ion-ios-keypad-outline',
+ icon: 'nb-keypad',
link: '/pages/ui-features',
children: List([{
title: 'Buttons',
@@ -38,7 +38,7 @@ export const MENU_ITEMS: List = List([{
}]),
}, {
title: 'Forms',
- icon: 'ion-compose',
+ icon: 'nb-compose',
children: List([{
title: 'Form Inputs',
link: '/pages/forms/inputs',
@@ -48,7 +48,7 @@ export const MENU_ITEMS: List = List([{
}]),
}, {
title: 'Components',
- icon: 'ion ion-ios-gear-outline',
+ icon: 'nb-gear',
children: List([{
title: 'Tree',
link: '/pages/components/tree',
@@ -58,7 +58,7 @@ export const MENU_ITEMS: List = List([{
}]),
}, {
title: 'Maps',
- icon: 'ion ion-ios-location-outline',
+ icon: 'nb-location',
children: List([{
title: 'Google Maps',
link: '/pages/maps/gmaps',
@@ -71,7 +71,7 @@ export const MENU_ITEMS: List = List([{
}]),
}, {
title: 'Charts',
- icon: 'ion ion-arrow-graph-up-right',
+ icon: 'nb-bar-chart',
children: List([{
title: 'Echarts',
link: '/pages/charts/echarts',
@@ -84,7 +84,7 @@ export const MENU_ITEMS: List = List([{
}]),
}, {
title: 'Editors',
- icon: 'ion ion-edit',
+ icon: 'nb-title',
children: List([{
title: 'TinyMCE',
link: '/pages/editors/tinymce',
@@ -94,14 +94,14 @@ export const MENU_ITEMS: List = List([{
}]),
}, {
title: 'Tables',
- icon: 'ion-ios-grid-view',
+ icon: 'nb-tables',
children: List([{
title: 'Smart Table',
link: '/pages/tables/smart-table',
}]),
}, {
title: 'Auth',
- icon: 'ion-unlocked',
+ icon: 'nb-locked',
children: List([{
title: 'Login',
link: '/auth/login',