Sha256: 4ba40271540d50c51c29eb2e39e05bbfaf3f463ed2609ed2077a039603292ce5
Contents?: true
Size: 859 Bytes
Versions: 203
Compression:
Stored size: 859 Bytes
Contents
// This is in place until a proper fix comes through from GOV.UK Frontend. // // TODO: Replace with the print styles that will come from GOV.UK Frontend. @import "../accordion"; // Open all of the accordion sections. .govuk-accordion__section-content { display: block !important; } // Change the colour from the blue link colour to black. .govuk-accordion__section-button { color: govuk-colour("black") !important; } // Change the summary subheading size. .govuk-accordion__section-summary { @include govuk-typography-common; @include govuk-typography-responsive($size: 16, $important: true); .govuk-accordion--condensed & { @include govuk-typography-responsive($size: 14, $important: true); } } // Hide the unusable "Open all" button and the "+" icons. .govuk-accordion__open-all, .govuk-accordion__icon { display: none !important; }
Version data entries
203 entries across 203 versions & 1 rubygems