Enabled CORS
Fetching info from L-XOS
Change-Id: I6293f15adeb7716cc31499b18d35bdedf8f7cde1
diff --git a/views/ngXosViews/globalXos/src/sass/main.scss b/views/ngXosViews/globalXos/src/sass/main.scss
new file mode 100644
index 0000000..4ecf82d
--- /dev/null
+++ b/views/ngXosViews/globalXos/src/sass/main.scss
@@ -0,0 +1,13 @@
+@import '../../../../style/sass/lib/_variables.scss';
+
+#xosGlobalXos {
+ ui-view,
+ xos-list{
+ display: block;
+ }
+
+ .well.active{
+ background: $brand-primary;
+ color: #fff;
+ }
+}
\ No newline at end of file