NGO-DB/ndb-core

View on GitHub
src/app/features/todos/todos-dashboard/todos-dashboard.component.scss

Summary

Maintainability
Test Coverage
@use "../../../core/dashboard/dashboard-widget-base";
@use "variables/sizes";

.row-view {
  cursor: pointer;
  position: relative;

  & > td:first-child {
    padding-left: 2 * sizes.$small;
  }

  & > td:last-child {
    padding-right: sizes.$small;
  }
}