Sha256: e576d45bce2f704b799e0a824d789ed9dbed88472c52006225a40a7c46d26207
Contents?: true
Size: 1.09 KB
Versions: 247
Compression:
Stored size: 1.09 KB
Contents
// stylelint-disable max-nesting-depth $highlight-answer-bg-color: govuk-colour("green"); $highlight-answer-color: govuk-colour("white"); .govspeak, // Legacy class name that's still used in some content items - needs to be kept until `.govspeak` is removed from the content items. .gem-c-govspeak { .highlight-answer { background-color: $highlight-answer-bg-color; color: $highlight-answer-color; text-align: center; padding: 1.75em .75em 1.25em; margin: 0 -1em 1em; p { @include govuk-font($size: 24, $weight: bold); color: $highlight-answer-color; em { @include govuk-font($size: 80, $weight: bold); display: block; padding-top: .1em; color: $highlight-answer-color; } } p:last-child { margin-bottom: 0; } @include govuk-media-query($until: tablet) { margin: 0 0 1em; @include govuk-font($size: 48); p { font-size: 1em; line-height: inherit; em { font-size: 1em; padding-top: 0; display: inline; } } } } }
Version data entries
247 entries across 247 versions & 1 rubygems