Merge branch 'master' into projects
[osm/UI.git] / skyquake / plugins / user_management / src / dashboard / userMgmt.scss
index da31abf..a265f0d 100644 (file)
@@ -83,7 +83,7 @@
 
         }
     }
-    .rbacButtonGroup {
+    .rbacButtonGroup, .buttonSection {
         margin: 0 0.5rem 0.5rem;
         background: #ddd;
         padding-bottom: 0.5rem;
             background: #00acee;
         }
     }
+
+
+    .userProfile {
+        &-table {
+            thead{
+                font-weight:bold;
+            }
+            font-size: 1rem;
+            tr {
+                td {
+                    vertical-align:top;
+                }
+            }
+        }
+    }
 }
 
 .addInput, .removeInput {
         text-transform: uppercase;
     }
 }
+