Sha256: 199aeb2d6d59278e487e1ed1f6962f47fe8948f53731a6a40c2fd04515c27b86
Contents?: true
Size: 1.04 KB
Versions: 47
Compression:
Stored size: 1.04 KB
Contents
.gem-c-heading { @include govuk-text-colour; @include govuk-font(27, $weight: bold); margin: 0; } .gem-c-heading--font-size-24 { @include govuk-font(24, $weight: bold); } .gem-c-heading--font-size-19 { @include govuk-font(19, $weight: bold); } // special case for publications and consultations pages // separated to allow normalisation of the component for wider use .gem-c-heading--mobile-top-margin { margin-top: govuk-spacing(6); margin-bottom: govuk-spacing(3); @include govuk-media-query($from: tablet) { margin-top: 0; margin-bottom: govuk-spacing(6); } } .gem-c-heading--padding { padding: govuk-spacing(3) 0; } // border color will default to black // can be changed using the branding functionality .gem-c-heading--border-top-1 { border-top-style: solid; border-top-width: 1px; } .gem-c-heading--border-top-2 { border-top-style: solid; border-top-width: 2px; } .gem-c-heading--border-top-5 { border-top-style: solid; border-top-width: 5px; } .gem-c-heading--inverse { color: govuk-colour("white"); }
Version data entries
47 entries across 47 versions & 1 rubygems