CLOSER-Cohorts/archivist

View on GitHub
react/src/styles/table.scss

Summary

Maintainability
Test Coverage
table {
  width: 100%;
  margin-top: $size * 2;
  background-attachment: red;

  th,
  td {
    padding: ($size * 2) $size;
    text-align: left;
    border-bottom: 1px solid #efefef;
  }

}