diff --git a/src/app/@theme/styles/themes.scss b/src/app/@theme/styles/themes.scss
index a68d4bf3..e2ef5c64 100644
--- a/src/app/@theme/styles/themes.scss
+++ b/src/app/@theme/styles/themes.scss
@@ -1,5 +1,7 @@
@import '~@nga/theme/styles/all';
-@include nga-themes-install();
+@include nga-themes-install() {
+ // write global styles here
+}
@import '~@nga/auth/styles/all';
@include nga-auth-install();
diff --git a/src/app/pages/dashboard/dashboard.component.html b/src/app/pages/dashboard/dashboard.component.html
index 257fb80a..f80c10cb 100644
--- a/src/app/pages/dashboard/dashboard.component.html
+++ b/src/app/pages/dashboard/dashboard.component.html
@@ -23,3 +23,26 @@
+
+
+
+
+
+ Room Management
+
+
+
+
+
+
+
+
+ Content #1
+
+
+ Content #2
+
+
+
+
+
diff --git a/src/app/pages/dashboard/dashboard.component.scss b/src/app/pages/dashboard/dashboard.component.scss
index fe0e9afb..d9844473 100644
--- a/src/app/pages/dashboard/dashboard.component.scss
+++ b/src/app/pages/dashboard/dashboard.component.scss
@@ -5,4 +5,8 @@
nga-card-header {
}
+
+ nga-card.contacts nga-tabset /deep/ ul {
+ border-bottom: 1px solid nga-theme(separator);
+ }
}
diff --git a/src/app/pages/maps/leaflet/leaflet.component.ts b/src/app/pages/maps/leaflet/leaflet.component.ts
index 994c7772..39644892 100644
--- a/src/app/pages/maps/leaflet/leaflet.component.ts
+++ b/src/app/pages/maps/leaflet/leaflet.component.ts
@@ -1,6 +1,6 @@
import { Component } from '@angular/core';
-import * as L from 'leaflet';
+import * as L from 'leaflet';
import 'style-loader!leaflet/dist/leaflet.css';
@Component({