Sha256: 4cbba4922a6680b9158ffa3be197ba4f6db79581322997a4cb367a447429f3c4
Contents?: true
Size: 793 Bytes
Versions: 54
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 { margin: 0; @include govuk-font($size: 19, $weight: bold); } em { display: block; margin: 3px 0 -5px; @include govuk-font($size: 80, $weight: bold); } } }
Version data entries
54 entries across 54 versions & 1 rubygems