Sha256: 7fcc16f3eaf4fac4bb79946120f219f8335f08532f7dc7f50b7945a4810d4861
Contents?: true
Size: 1.37 KB
Versions: 54
Compression:
Stored size: 1.37 KB
Contents
.gem-c-big-number { margin-bottom: govuk-spacing(3); @include govuk-text-colour; } .gem-c-big-number__value { @include govuk-font($size: false, $weight: bold); font-size: 80px; line-height: 1; @if $govuk-typography-use-rem { font-size: govuk-px-to-rem(80px); } } .gem-c-big-number__label { @include govuk-font($size: 19, $weight: bold); // This pseudo element is to bypass an issue with NVDA where block level elements are dictated separately. // What's happening here is that the label and the number technically have an inline relationship but appear to have a block relationship thanks to this element &:before { content: ""; display: block; } } .gem-c-big-number__link { display: inline-block; text-decoration: none; // Add govuk-link hover decoration to main value if no label present but a href attribute is .gem-c-big-number__value--decorated { @include govuk-link-decoration; @include govuk-link-style-no-underline; } .gem-c-big-number__label { @include govuk-link-decoration; } &:hover, &:active { .gem-c-big-number__label, .gem-c-big-number__value--decorated { @include govuk-link-hover-decoration; } } &:focus, &:focus:hover { .gem-c-big-number__label, .gem-c-big-number__value--decorated { text-decoration: none; } } } .gem-c-big-number__suffix { vertical-align: middle; }
Version data entries
54 entries across 54 versions & 1 rubygems