Sha256: fbe49b8af2d4484dc2456519ff005adf31ccf6ae4de7632674e9e71712f957f0

Contents?: true

Size: 1.66 KB

Versions: 175

Compression:

Stored size: 1.66 KB

Contents

@include govuk-exports("govuk/component/table") {
  .govuk-table {
    @include govuk-font($size: 19);
    @include govuk-text-colour;
    width: 100%;
    @include govuk-responsive-margin(6, "bottom");

    border-spacing: 0;
    border-collapse: collapse;
  }

  .govuk-table__header {
    @include govuk-typography-weight-bold;
  }

  .govuk-table__header,
  .govuk-table__cell {
    padding: govuk-spacing(2) govuk-spacing(4) govuk-spacing(2) 0;
    border-bottom: 1px solid $govuk-border-colour;
    text-align: left;
    vertical-align: top;
    // GOV.UK Elements sets the font-size and line-height for all headers and cells
    // in tables.
    @include govuk-compatibility(govuk_elements) {
      font-size: inherit;
      line-height: inherit;
    }
  }

  .govuk-table__cell--numeric {
    @include govuk-font($size: false, $tabular: true);
  }

  .govuk-table__header--numeric,
  .govuk-table__cell--numeric {
    text-align: right;
  }

  .govuk-table__header:last-child,
  .govuk-table__cell:last-child {
    padding-right: 0;
  }

  .govuk-table__caption {
    @include govuk-typography-weight-bold;

    display: table-caption;
    text-align: left;
  }

  // Modifiers that make captions look more like their equivalent headings

  .govuk-table__caption--xl {
    @include govuk-font($size: 48, $weight: bold);
    margin-bottom: govuk-spacing(3);
  }

  .govuk-table__caption--l {
    @include govuk-font($size: 36, $weight: bold);
    margin-bottom: govuk-spacing(3);
  }

  .govuk-table__caption--m {
    @include govuk-font($size: 24, $weight: bold);
    margin-bottom: govuk-spacing(3);
  }

  .govuk-table__caption--s {
    @include govuk-font($size: 19, $weight: bold);
  }
}

Version data entries

175 entries across 172 versions & 4 rubygems

Version Path
govuk_publishing_components-30.5.0 node_modules/govuk-frontend/govuk/components/table/_index.scss
govuk_publishing_components-30.4.1 node_modules/govuk-frontend/govuk/components/table/_index.scss
govuk_publishing_components-30.4.0 node_modules/govuk-frontend/govuk/components/table/_index.scss
govuk_publishing_components-30.3.0 node_modules/govuk-frontend/govuk/components/table/_index.scss
govuk_publishing_components-30.2.1 node_modules/govuk-frontend/govuk/components/table/_index.scss
govuk_publishing_components-30.2.0 node_modules/govuk-frontend/govuk/components/table/_index.scss
govuk_publishing_components-30.1.0 node_modules/govuk-frontend/govuk/components/table/_index.scss
govuk_publishing_components-30.0.0 node_modules/govuk-frontend/govuk/components/table/_index.scss
govuk_publishing_components-29.15.3 node_modules/govuk-frontend/govuk/components/table/_index.scss
govuk_publishing_components-29.15.2 node_modules/govuk-frontend/govuk/components/table/_index.scss
govuk_publishing_components-29.15.1 node_modules/govuk-frontend/govuk/components/table/_index.scss
govuk_publishing_components-29.15.0 node_modules/govuk-frontend/govuk/components/table/_index.scss
govuk_publishing_components-29.14.0 node_modules/govuk-frontend/govuk/components/table/_index.scss
govuk_publishing_components-29.13.0 node_modules/govuk-frontend/govuk/components/table/_index.scss
govuk_publishing_components-29.12.1 node_modules/govuk-frontend/govuk/components/table/_index.scss
govuk_publishing_components-29.12.0 node_modules/govuk-frontend/govuk/components/table/_index.scss
govuk_publishing_components-29.11.0 node_modules/govuk-frontend/govuk/components/table/_index.scss
govuk_publishing_components-29.10.0 node_modules/govuk-frontend/govuk/components/table/_index.scss
govuk_publishing_components-29.9.0 node_modules/govuk-frontend/govuk/components/table/_index.scss
govuk_publishing_components-29.8.0 node_modules/govuk-frontend/govuk/components/table/_index.scss