Sha256: b1b20429a19546c76e3a35bdbe64cf6a8c892a6910eb3c602e2de385f51022f7
Contents?: true
Size: 755 Bytes
Versions: 21
Compression:
Stored size: 755 Bytes
Contents
// Govspeak tables // https://govuk-publishing-components.herokuapp.com/component-guide/govspeak/tables // // Support: // - alphagov/whitehall: ✔︎ // - alphagov/govspeak: ✔︎ .gem-c-govspeak { table { border-collapse: collapse; border-spacing: 0; margin: $gutter 0; width: $full-width; @include govuk-font($size: 14); caption { text-align: left; margin-bottom: 0.5em; } th, td { vertical-align: top; padding: $gutter-one-third $gutter-one-third $gutter-one-third 0; border-bottom: solid 1px $border-colour; } th { @include govuk-font($size: 14, $weight: bold); text-align: left; color: $black; } td small { font-size: 1em; } } }
Version data entries
21 entries across 21 versions & 1 rubygems