User Management Dashboard:
[osm/UI.git] / skyquake / plugins / user_management / src / dashboard / userMgmt.scss
index 4e935ea..92df47b 100644 (file)
         }
 
     }
-
+    .userInfo {
+        &-section {
+            padding: 0.5rem;
+            margin-bottom: 0;
+            &:nth-child(even) {
+                background:$neutral-dark-0;
+            }
+        }
+    }
     .userAdmin {
             -ms-flex: 1 1;
             flex: 1 1;
@@ -83,7 +91,7 @@
 
         }
     }
-    .rbacButtonGroup {
+    .rbacButtonGroup, .buttonSection {
         margin: 0 0.5rem 0.5rem;
         background: #ddd;
         padding-bottom: 0.5rem;
         font-weight:bold;
     }
     &--data {
+        &:nth-child(even) {
+            background:$neutral-dark-0;
+        }
         &:hover:not(&-active) {
             background:$neutral-dark-1;
         }
             color:white;
         }
         .activeUser, &-active{
-            background: #00acee;
+            background: #00acee !important;
         }
     }