Sha256: d2c37b0a702913b01f9ff2c39e8fa215440a84eec450c401f3500f638b546a26

Contents?: true

Size: 547 Bytes

Versions: 12

Compression:

Stored size: 547 Bytes

Contents

table {
  border-spacing: 0;
  margin: 2em 0;
  min-width: 100%;

  thead {
    th,
    td {
      background-color: $color-gray-lightest;
    }
  }

  th {
    text-align: left;
  }

  tbody {
    th {
      font-weight: $font-normal;
    }
  }

  th,
  td {
    background-color: $color-white;
    border: 1px solid $color-gray;
    padding: 1.5rem;
  }
}

.usa-table-borderless {
  thead {
    tr {
      background-color: transparent;
    }

    th {
      border-top: 0;
    }
  }

  th,
  td {
    border-left: 0;
    border-right: 0;
  }
}

Version data entries

12 entries across 9 versions & 2 rubygems

Version Path
uswds-rails-1.4.1 vendor/assets/stylesheets/uswds/elements/_table.scss
uswds-jekyll-2.0.1 assets/uswds/scss/elements/_table.scss
uswds-jekyll-2.0.1 _sass/uswds/elements/_table.scss
uswds-jekyll-2.0.0 assets/uswds/scss/elements/_table.scss
uswds-jekyll-2.0.0 _sass/uswds/elements/_table.scss
uswds-jekyll-1.4.1 _sass/uswds/elements/_table.scss
uswds-jekyll-1.4.1 assets/uswds/scss/elements/_table.scss
uswds-rails-1.4.0 vendor/assets/stylesheets/uswds/elements/_table.scss
uswds-rails-1.3.1.1 vendor/assets/stylesheets/uswds/elements/_table.scss
uswds-rails-1.3.1 vendor/assets/stylesheets/uswds/elements/_table.scss
uswds-rails-1.3.0 vendor/assets/stylesheets/uswds/elements/_table.scss
uswds-rails-0.1.0 vendor/assets/stylesheets/uswds/elements/_table.scss