Sha256: dc1f67efcc40dae7178c363e5eac43f77ca5a84acdee7150896d4fc34ee106f5
Contents?: true
Size: 1.07 KB
Versions: 14
Compression:
Stored size: 1.07 KB
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 // govuk-spacing(6)= 4 // responsive-bottom-margin = 5 .gem-c-title--margin-bottom-4 { margin-bottom: govuk-spacing(6); } .gem-c-title--margin-bottom-5 { @include responsive-bottom-margin; } .gem-c-title--inverse { color: govuk-colour("white"); .gem-c-title__text, .gem-c-title__context { color: inherit; } } .gem-c-title__context { @include govuk-font(24); color: $govuk-secondary-text-colour; margin: 0; } .gem-c-title__context-link { text-decoration: none; &:link, &:visited { color: inherit; &:focus { color: $govuk-text-colour; } } &:hover, &:focus { text-decoration: underline; } } .gem-c-title__text { @include govuk-text-colour; @include govuk-font(48, $weight: bold); margin: 0; } .gem-c-title__text--long { @include govuk-font(36, $weight: bold); }
Version data entries
14 entries across 14 versions & 1 rubygems