Sha256: 97df63955b82f454673f63a4dd97ed32b82619c514185031043393d65da850c1
Contents?: true
Size: 773 Bytes
Versions: 18
Compression:
Stored size: 773 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: govuk-spacing(6) 0; width: 100%; @include govuk-font($size: 14); caption { text-align: left; margin-bottom: .5em; } th, td { vertical-align: top; padding: govuk-spacing(2) govuk-spacing(2) govuk-spacing(2) 0; border-bottom: solid 1px govuk-colour("grey-2"); } th { @include govuk-font($size: 14, $weight: bold); text-align: left; color: $govuk-text-colour; } td small { font-size: 1em; } } }
Version data entries
18 entries across 18 versions & 1 rubygems