Fix for Bug 1495 NG-UI does not start on Air-gapped environments.
* Removed external access URL.
* Need to add the location latitude & longitude manually.
Change-Id: I08392af62431b36c7ce312fcfa8820861790ed34
Signed-off-by: Barath Kumar R <barath.r@tataelxsi.co.in>
diff --git a/src/assets/scss/app.scss b/src/assets/scss/app.scss
index 11895f7..38318a7 100644
--- a/src/assets/scss/app.scss
+++ b/src/assets/scss/app.scss
@@ -709,3 +709,6 @@
.text-captilize {
text-transform: capitalize;
}
+.text-info{
+ color: $secondary !important;
+}