_home.scss 170 B

12345678910
  1. .homepage {
  2. .listing tbody {
  3. border-bottom: 0;
  4. }
  5. .task .icon {
  6. // pull out the icon so it aligns with no-icon text
  7. margin-inline-start: -1.75em;
  8. }
  9. }