Sha256: 04145b85919ada1447dadd7f12cf376ca5b371cab74fb9aa8a67cc70ab9b76a9
Contents?: true
Size: 793 Bytes
Versions: 247
Compression:
Stored size: 793 Bytes
Contents
// Govspeak statistic headline // https://components.publishing.service.gov.uk/component-guide/govspeak/statistic_headlines // // Support: // - alphagov/whitehall: ✔︎ // - alphagov/govspeak: ✔︎ .govspeak, // Legacy class name that's still used in some content items - needs to be kept until `.govspeak` is removed from the content items. .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
247 entries across 247 versions & 1 rubygems