Sha256: d8b6d33825c233c6807734969766cff99339bc85ef3ef0cd371fb212c29efef1
Contents?: true
Size: 861 Bytes
Versions: 29
Compression:
Stored size: 861 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
29 entries across 29 versions & 1 rubygems