Revise the notification service
[portal/ric-dashboard.git] / webapp-frontend / src / styles.scss
index aceca45..7f1a0b8 100644 (file)
@@ -2,6 +2,7 @@
 
 @import '~bootstrap/dist/css/bootstrap.min.css';
 @import '~@angular/material/prebuilt-themes/deeppurple-amber.css';
+
 /* for sidenav to take a whole page */
 html, body { 
     margin: 0;
@@ -15,24 +16,3 @@ html, body {
   text-align: center;
   font-size: 20px;
 }
-
-snack-bar-container.success.default {
-  background-color: #5cb85c;
-  color: #fff;
-}
-
-snack-bar-container.warn.default {
-  background-color: #f99157;
-  color: #fff;
-}
-
-snack-bar-container.error.default {
-  background-color: #fc7169;
-  color: #fff;
-}
-
-
-snack-bar-container.notification simple-snack-bar {
-  font-size: 18px !important;
-  font-weight: bold;
-}
\ No newline at end of file