Sha256: 8a0451abc4cbc032685b1e8f4dc22702dd87689eb70933970e2e561ca71bfc94
Contents?: true
Size: 654 Bytes
Versions: 18
Compression:
Stored size: 654 Bytes
Contents
// Govspeak statistic headline // https://govuk-publishing-components.herokuapp.com/component-guide/govspeak/statistic_headlines // // Support: // - alphagov/whitehall: ✔︎ // - alphagov/govspeak: ✔︎ .gem-c-govspeak { .stat-headline { margin-bottom: govuk-spacing(3); margin-top: govuk-spacing(3); @include govuk-media-query($from: tablet) { margin-bottom: govuk-spacing(4); margin-top: govuk-spacing(4); } p { @include govuk-font($size: 19, $weight: bold); margin: 0; } em { @include govuk-font($size: 80, $weight: bold); display: block; margin: 3px 0 -5px; } } }
Version data entries
18 entries across 18 versions & 1 rubygems