Sha256: 98c57a924469c0247d5f049ed09c51b948969057a268e20bff14a93c7511730c

Contents?: true

Size: 442 Bytes

Versions: 4

Compression:

Stored size: 442 Bytes

Contents

// stylelint-disable selector-no-type
.markdown-body .csv-data {
  td,
  th {
    padding: 5px;
    overflow: hidden;
    font-size: 12px;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
  }

  .blob-num {
    padding: 10px 8px 9px;
    text-align: right;
    background: $bg-white;
    border: 0;
  }

  tr { border-top: 0; }

  th {
    font-weight: $font-weight-bold;
    background: $gray-100;
    border-top: 0;
  }
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
jekyll-theme-primer-0.3.1 _sass/primer-markdown/lib/blob-csv.scss
jekyll-theme-primer-0.3.0 _sass/primer-markdown/lib/blob-csv.scss
jekyll-theme-primer-0.2.1 _sass/primer-markdown/lib/blob-csv.scss
jekyll-theme-primer-0.1.8 _sass/primer-markdown/lib/blob-csv.scss