Sha256: ee08d41e8694871d5eca44716da8c29ba19cfea2f20d65a679b2e363e8f39b8f

Contents?: true

Size: 336 Bytes

Versions: 7

Compression:

Stored size: 336 Bytes

Contents

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

  th {
    background-color: $light-bg-color;
  }

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

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
jekyll-sleek-0.1.9 _sass/components/_table.scss
jekyll-sleek-0.1.8 _sass/components/_table.scss
jekyll-thenerdlife-0.1.3 _sass/components/_table.scss
jekyll-sleek-0.1.7 _sass/components/_table.scss
jekyll-sleek-0.1.6 _sass/components/_table.scss
jekyll-sleek-0.1.5 _sass/components/_table.scss
jekyll-sleek-0.1.3 _sass/components/_table.scss