Sha256: 0e05155f8bb3feb84cdce62ab460a51a4b93935a0bba04cb6bf8de780f1e955a

Contents?: true

Size: 326 Bytes

Versions: 3

Compression:

Stored size: 326 Bytes

Contents

table {
  display: table;
  width: 100%;
  overflow-x: auto;
  margin-bottom: 1.25rem;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-size: 14.5px;

  th {
    background-color: #f5f5f5;
  }

  th,
  td {
    padding: 6px 13px;
    border: 1px solid #dfe2e5;
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jekyll-sleek-0.1.2 _sass/components/_table.scss
jekyll-sleek-0.1.1 _sass/components/_table.scss
jekyll-sleek-0.1.0 _sass/components/_table.scss