Sha256: efc26c07764dc6240f004b4912ad9b2a756a4f2a1799dd1cf20e8dc21f866635
Contents?: true
Size: 998 Bytes
Versions: 83
Compression:
Stored size: 998 Bytes
Contents
.gem-c-title { @include responsive-top-margin; } // margins would ideally be handled by a general model for all components // but we don't have one yet, so this is in anticipation of that // suggested scale is as follows, not fully implemented // no margin = 0 // $gutter = 4 // responsive-bottom-margin = 5 .gem-c-title--margin-bottom-4 { margin-bottom: $gutter; } .gem-c-title--margin-bottom-5 { @include responsive-bottom-margin; } .gem-c-title--inverse { color: $white; .gem-c-title__text, .gem-c-title__context { color: inherit; } } .gem-c-title__context { @include core-24; color: $secondary-text-colour; margin: 0; } .gem-c-title__context-link { text-decoration: none; &:link, &:visited { color: inherit; &:focus { color: $black; } } &:hover, &:focus { text-decoration: underline; } } .gem-c-title__text { @include govuk-text-colour; @include bold-48; margin: 0; } .gem-c-title__text--long { @include bold-36; }
Version data entries
83 entries across 83 versions & 1 rubygems