Sha256: a5e9217bba4e0d38e61692b812898ea474fa33c5f911abf6cfc0424071e418a6
Contents?: true
Size: 1.05 KB
Versions: 5
Compression:
Stored size: 1.05 KB
Contents
@import "govuk_publishing_components/individual_component_support"; .gem-c-step-nav-header { position: relative; padding: 10px; background: govuk-colour("light-grey"); border-bottom: solid 1px govuk-colour("blue"); margin-top: govuk-spacing(3); @include govuk-font(24, $weight: bold); @include govuk-text-colour; @include govuk-media-query($from: tablet) { padding: govuk-spacing(5); } } .gem-c-step-nav-header__part-of { display: block; @include govuk-font(19, $weight: bold); } @include govuk-media-query($media-type: print) { .gem-c-step-nav-header { padding: 0 0 govuk-spacing(4) 0; background: unset; border-color: $govuk-print-text-colour; } .gem-c-step-nav-header__part-of { display: block; } .gem-c-step-nav-header__title { @include govuk-font(24, $weight: bold); &, &:link, &:link:visited { color: $govuk-print-text-colour; } &::after { display: block; margin: 1mm auto; font-size: 12pt !important; // stylelint-disable-line declaration-no-important } } }
Version data entries
5 entries across 5 versions & 1 rubygems