Sha256: 4c52da4454de4a596b727bbbc677993ba3b188e5d5e99f07065d3782ac62279c
Contents?: true
Size: 1.19 KB
Versions: 19
Compression:
Stored size: 1.19 KB
Contents
.gem-c-big-number { margin-bottom: govuk-spacing(3); } .gem-c-big-number__value { @include govuk-font($size: 80, $weight: bold); } .gem-c-big-number__label { @include govuk-font($size: 16, $weight: bold, $line-height: 2); // 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; } } }
Version data entries
19 entries across 19 versions & 1 rubygems