Sha256: f7ef3b453a6b1a626c0410d803e93e2d330059a1da77ffc1ec9d614185d1c68a
Contents?: true
Size: 1.64 KB
Versions: 56
Compression:
Stored size: 1.64 KB
Contents
@include govuk-exports("govuk/component/fieldset") { .govuk-fieldset { min-width: 0; margin: 0; padding: 0; border: 0; @include govuk-clearfix; } // Fix for Firefox < 53 (https://bugzil.la/504622) // stylelint-disable selector-type-no-unknown -- Ignore 'x:-moz-any-link' @supports not (caret-color: auto) { .govuk-fieldset, x:-moz-any-link { display: table-cell; } } // stylelint-enable selector-type-no-unknown .govuk-fieldset__legend { @include govuk-font($size: 19); @include govuk-text-colour; // Fix legend text wrapping in Edge and IE // 1. IE9-11 & Edge 12-13 // 2. IE8-11 box-sizing: border-box; // 1 display: table; // 2 max-width: 100%; // 1 margin-bottom: govuk-spacing(2); padding: 0; white-space: normal; // 1 } // Modifiers that make legends look more like their equivalent headings .govuk-fieldset__legend--xl, .govuk-fieldset__legend--l, .govuk-fieldset__legend--m { @include govuk-typography-weight-bold; margin-bottom: govuk-spacing(3); } .govuk-fieldset__legend--xl { @include govuk-font-size($size: 48); } .govuk-fieldset__legend--l { @include govuk-font-size($size: 36); } .govuk-fieldset__legend--m { @include govuk-font-size($size: 24); } .govuk-fieldset__legend--s { @include govuk-typography-weight-bold; } // When the legend contains an H1, we want the H1 to inherit all styles from // the legend. Effectively treat the heading as if it is not there. .govuk-fieldset__heading { margin: 0; font-size: inherit; font-weight: inherit; } } /*# sourceMappingURL=_index.scss.map */
Version data entries
56 entries across 56 versions & 3 rubygems