NGO-DB/ndb-core

View on GitHub
src/app/features/reporting/reporting/report-row/report-row.component.scss

Summary

Maintainability
Test Coverage
@use "variables/colors";

table tr:nth-child(even) {
  background-color: colors.$grey-light;
}

.expand-icon-button {
  color: colors.$muted;
}