Sha256: 1addfddd3209e43c4ab0f3865f64e61fa71bddc82511c74a30e0f3ca43953f0e
Contents?: true
Size: 650 Bytes
Versions: 45
Compression:
Stored size: 650 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: $gutter-half; margin-top: $gutter-half; @include govuk-media-query($from: tablet) { margin-bottom: $gutter-two-thirds; margin-top: $gutter-two-thirds; } 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
45 entries across 45 versions & 1 rubygems