Nav re-order. Profile page
[osm/UI.git] / skyquake / plugins / user_management / src / dashboard / userMgmt.scss
index da31abf..4e935ea 100644 (file)
             background: #00acee;
         }
     }
+
+
+    .userProfile {
+        &-table {
+            thead{
+                font-weight:bold;
+            }
+            font-size: 1rem;
+            tr {
+                td {
+                    vertical-align:top;
+                }
+            }
+        }
+    }
 }
 
 .addInput, .removeInput {
         text-transform: uppercase;
     }
 }
+