Added luna template and deps

Change-Id: Idd3dcdee3a377a75733c333d4a754632111e17ee
diff --git a/src/app/core/header/header.scss b/src/app/core/header/header.scss
index 2ff7ce1..8a1664f 100644
--- a/src/app/core/header/header.scss
+++ b/src/app/core/header/header.scss
@@ -1,43 +1,3 @@
-xos-header {
-  .badge {
-    display: block;
-    width: 3px;
-    height: 3px;
-    border-radius: 50%;
-    border: 4px solid red;
-    background: transparent;
-    position: absolute;
-    right: 15px;
-    top: 18px;
-  }
-
-  .fa {
-    cursor: pointer;
-  }
-
-  .notification-panel {
-    position: absolute;
-    background: darken(grey, 5);
-    right: 10px;
-    top: 60px;
-    border: 1px solid darken(grey, 35);
-    max-height: 200px;
-    overflow-y: scroll;
-
-    ul {
-      margin: 0;
-      padding: 0;
-      list-style: none;
-
-      li {
-        padding: 10px;
-        border-bottom: 1px solid darken(grey, 35);
-        color: #fff;
-
-        &.viewed {
-          background: darken(grey, 20);
-        }
-      }
-    }
-  }
+#toast-container [toast]:not(:first-child) {
+  margin-top: 10px !important;
 }
\ No newline at end of file