Sha256: 35027c9d12c41c3a6d6c1fe4bce8adc7ec2c80faa96d96f4d273acb1a981d7b7
Contents?: true
Size: 649 Bytes
Versions: 203
Compression:
Stored size: 649 Bytes
Contents
// Govspeak statistic headline // https://components.publishing.service.gov.uk/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
203 entries across 203 versions & 1 rubygems