User Management Dashboard:
[osm/UI.git] / skyquake / plugins / user_management / src / dashboard / userMgmt.scss
index a265f0d..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;
         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;
         }
     }