Sha256: 964ea6b466a8e3077ade27139fe5cbae298cf77960f144fccff1da2d091adcb2
Contents?: true
Size: 928 Bytes
Versions: 49
Compression:
Stored size: 928 Bytes
Contents
@import "govuk_publishing_components/individual_component_support"; @import "govuk/components/cookie-banner/cookie-banner"; .gem-c-cookie-banner .govuk-button-group[hidden] { display: none; } .govuk-cookie-banner .govuk-cookie-banner__heading[hidden] { display: none; } .js-enabled { .gem-c-cookie-banner { display: none; // shown with JS, always on for non-JS } } // can't be used without js so implement there .gem-c-cookie-banner .gem-c-button { display: none; } .gem-c-cookie-banner__confirmation { // This element is focused using JavaScript so that it's being read out by screen readers // for this reason we don't want to show the default outline or emphasise it visually using `govuk-focused-text` &:focus { outline: none; } } @include govuk-media-query($media-type: print) { .gem-c-cookie-banner { display: none !important; // stylelint-disable-line declaration-no-important } }
Version data entries
49 entries across 49 versions & 1 rubygems