Row striping for platform roles, users, and projects
[osm/UI.git] / skyquake / plugins / project_management / src / dashboard / projectMgmt.scss
index eca6a59..3b23963 100644 (file)
                     justify-content:center;
             }
         }
                     justify-content:center;
             }
         }
+        tbody tr {
+            &:nth-child(even) {
+                background:$neutral-dark-0;
+            }
+        }
     }
     .userTable {
         .FormSection-body {
     }
     .userTable {
         .FormSection-body {
         font-weight:bold;
     }
     &--data {
         font-weight:bold;
     }
     &--data {
+        &:nth-child(even) {
+            background:$neutral-dark-0;
+        }
         &:hover:not(&-active) {
             background:$neutral-dark-1;
         }
         &:hover:not(&-active) {
             background:$neutral-dark-1;
         }