Sha256: fb0ed338ed6c44526e533417c5c93db34a116fb9af72f2c8a51f3bd090a27c85
Contents?: true
Size: 1.15 KB
Versions: 74
Compression:
Stored size: 1.15 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; } }
Version data entries
74 entries across 74 versions & 2 rubygems