Skip to content
Snippets Groups Projects
_tables.scss 155 B
Newer Older
M Miller's avatar
M Miller committed
.table__caption {
  text-align: left;
  margin-bottom: 0.5em;
}

.table__heading-cell {
  font-weight: 700;
  &[scope='row'] {
    text-align: left;
  }
}