Make CAAS-Ingress IP column wider
[portal/ric-dashboard.git] / webapp-frontend / src / styles.scss
index aceca45..fc7a29e 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;
@@ -16,23 +17,9 @@ html, body {
   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;
+.rd-global-page-title {
+  margin-left: 0.5%;
+  color: #432c85;
+  font-size: 25px;
+  font-weight: 100;
 }
\ No newline at end of file