Make CAAS-Ingress IP column wider
[portal/ric-dashboard.git] / webapp-frontend / src / app / caas-ingress / caas-ingress.component.scss
index f977be7..8c345fd 100644 (file)
  .caas-ingress__section {
 }
 
-.caas-ingress__header {
-    text-align: center;
-    color: #432c85;
-    font-size: 50px;
-    font-weight: 200;
-    letter-spacing: .1em;
-    transform: translate(149 56);
-}
-
 .spinner-container {
   height: 100px;
   width: 100px;
 
 /* column classes are magically defined by Angular */
 .mat-column-namespace {
-  max-width: 125px;
-}
-.mat-column-ip {
-  max-width: 75px;
+  max-width: 100px;
 }
 .mat-column-status {
-  max-width: 75px;
+  max-width: 100px;
+}
+.mat-column-ip {
+  max-width: 100px;
 }
 .mat-column-containers {
   max-width: 75px;